aws-solutions-constructs.aws-lambda-ssmstringparameter 2.73.0__tar.gz → 2.75.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/PKG-INFO +7 -8
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/README.md +3 -3
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/setup.py +5 -6
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/__init__.py +3 -3
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/__init__.py +2 -3
- aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.75.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info}/PKG-INFO +7 -8
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.73.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/requires.txt +0 -7
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/py.typed +0 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.73.0 → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.75.0}/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-ssmstringparameter
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.75.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and AWS Systems Manager Parameter Store String parameter
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -19,11 +19,10 @@ Classifier: License :: OSI Approved
|
|
|
19
19
|
Requires-Python: ~=3.8
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
23
|
-
Requires-Dist: aws-
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.core==2.73.0
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.163.1
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.core==2.75.0
|
|
25
24
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
|
27
26
|
Requires-Dist: publication>=0.0.3
|
|
28
27
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
29
28
|
|
|
@@ -68,7 +67,7 @@ import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
|
68
67
|
|
|
69
68
|
const constructProps: LambdaToSsmstringparameterProps = {
|
|
70
69
|
lambdaFunctionProps: {
|
|
71
|
-
runtime: lambda.Runtime.
|
|
70
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
72
71
|
code: lambda.Code.fromAsset(`lambda`),
|
|
73
72
|
handler: 'index.handler'
|
|
74
73
|
},
|
|
@@ -93,7 +92,7 @@ LambdaToSsmstringparameter(
|
|
|
93
92
|
self, 'test-lambda-ssmstringparameter-stack',
|
|
94
93
|
lambda_function_props=_lambda.FunctionProps(
|
|
95
94
|
code=_lambda.Code.from_asset('lambda'),
|
|
96
|
-
runtime=_lambda.Runtime.
|
|
95
|
+
runtime=_lambda.Runtime.Python_3_11,
|
|
97
96
|
handler='index.handler'
|
|
98
97
|
),
|
|
99
98
|
string_parameter_props=ssm.StringParameterProps(
|
|
@@ -116,7 +115,7 @@ import software.amazon.awsconstructs.services.lambdassmstringparameter.*;
|
|
|
116
115
|
new LambdaToSsmstringparameter(this, "test-lambda-ssmstringparameter-stack",
|
|
117
116
|
new LambdaToSsmstringparameterProps.Builder()
|
|
118
117
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
|
119
|
-
.runtime(Runtime.
|
|
118
|
+
.runtime(Runtime.NODEJS_20_X)
|
|
120
119
|
.code(Code.fromAsset("lambda"))
|
|
121
120
|
.handler("index.handler")
|
|
122
121
|
.build())
|
|
@@ -39,7 +39,7 @@ import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
|
39
39
|
|
|
40
40
|
const constructProps: LambdaToSsmstringparameterProps = {
|
|
41
41
|
lambdaFunctionProps: {
|
|
42
|
-
runtime: lambda.Runtime.
|
|
42
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
43
43
|
code: lambda.Code.fromAsset(`lambda`),
|
|
44
44
|
handler: 'index.handler'
|
|
45
45
|
},
|
|
@@ -64,7 +64,7 @@ LambdaToSsmstringparameter(
|
|
|
64
64
|
self, 'test-lambda-ssmstringparameter-stack',
|
|
65
65
|
lambda_function_props=_lambda.FunctionProps(
|
|
66
66
|
code=_lambda.Code.from_asset('lambda'),
|
|
67
|
-
runtime=_lambda.Runtime.
|
|
67
|
+
runtime=_lambda.Runtime.Python_3_11,
|
|
68
68
|
handler='index.handler'
|
|
69
69
|
),
|
|
70
70
|
string_parameter_props=ssm.StringParameterProps(
|
|
@@ -87,7 +87,7 @@ import software.amazon.awsconstructs.services.lambdassmstringparameter.*;
|
|
|
87
87
|
new LambdaToSsmstringparameter(this, "test-lambda-ssmstringparameter-stack",
|
|
88
88
|
new LambdaToSsmstringparameterProps.Builder()
|
|
89
89
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
|
90
|
-
.runtime(Runtime.
|
|
90
|
+
.runtime(Runtime.NODEJS_20_X)
|
|
91
91
|
.code(Code.fromAsset("lambda"))
|
|
92
92
|
.handler("index.handler")
|
|
93
93
|
.build())
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-lambda-ssmstringparameter",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.75.0",
|
|
9
9
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and AWS Systems Manager Parameter Store String parameter",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_solutions_constructs.aws_lambda_ssmstringparameter._jsii": [
|
|
29
|
-
"aws-lambda-ssmstringparameter@2.
|
|
29
|
+
"aws-lambda-ssmstringparameter@2.75.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_lambda_ssmstringparameter": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,11 +34,10 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-
|
|
39
|
-
"aws-solutions-constructs.core==2.73.0",
|
|
37
|
+
"aws-cdk-lib>=2.163.1, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.core==2.75.0",
|
|
40
39
|
"constructs>=10.0.0, <11.0.0",
|
|
41
|
-
"jsii>=1.
|
|
40
|
+
"jsii>=1.106.0, <2.0.0",
|
|
42
41
|
"publication>=0.0.3",
|
|
43
42
|
"typeguard>=2.13.3,<4.3.0"
|
|
44
43
|
],
|
|
@@ -40,7 +40,7 @@ import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
|
40
40
|
|
|
41
41
|
const constructProps: LambdaToSsmstringparameterProps = {
|
|
42
42
|
lambdaFunctionProps: {
|
|
43
|
-
runtime: lambda.Runtime.
|
|
43
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
44
44
|
code: lambda.Code.fromAsset(`lambda`),
|
|
45
45
|
handler: 'index.handler'
|
|
46
46
|
},
|
|
@@ -65,7 +65,7 @@ LambdaToSsmstringparameter(
|
|
|
65
65
|
self, 'test-lambda-ssmstringparameter-stack',
|
|
66
66
|
lambda_function_props=_lambda.FunctionProps(
|
|
67
67
|
code=_lambda.Code.from_asset('lambda'),
|
|
68
|
-
runtime=_lambda.Runtime.
|
|
68
|
+
runtime=_lambda.Runtime.Python_3_11,
|
|
69
69
|
handler='index.handler'
|
|
70
70
|
),
|
|
71
71
|
string_parameter_props=ssm.StringParameterProps(
|
|
@@ -88,7 +88,7 @@ import software.amazon.awsconstructs.services.lambdassmstringparameter.*;
|
|
|
88
88
|
new LambdaToSsmstringparameter(this, "test-lambda-ssmstringparameter-stack",
|
|
89
89
|
new LambdaToSsmstringparameterProps.Builder()
|
|
90
90
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
|
91
|
-
.runtime(Runtime.
|
|
91
|
+
.runtime(Runtime.NODEJS_20_X)
|
|
92
92
|
.code(Code.fromAsset("lambda"))
|
|
93
93
|
.handler("index.handler")
|
|
94
94
|
.build())
|
|
@@ -29,15 +29,14 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
29
29
|
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
30
|
|
|
31
31
|
import aws_cdk._jsii
|
|
32
|
-
import aws_cdk.integ_tests_alpha._jsii
|
|
33
32
|
import aws_solutions_constructs.core._jsii
|
|
34
33
|
import constructs._jsii
|
|
35
34
|
|
|
36
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
37
36
|
"@aws-solutions-constructs/aws-lambda-ssmstringparameter",
|
|
38
|
-
"2.
|
|
37
|
+
"2.75.0",
|
|
39
38
|
__name__[0:-6],
|
|
40
|
-
"aws-lambda-ssmstringparameter@2.
|
|
39
|
+
"aws-lambda-ssmstringparameter@2.75.0.jsii.tgz",
|
|
41
40
|
)
|
|
42
41
|
|
|
43
42
|
__all__ = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-ssmstringparameter
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.75.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and AWS Systems Manager Parameter Store String parameter
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -19,11 +19,10 @@ Classifier: License :: OSI Approved
|
|
|
19
19
|
Requires-Python: ~=3.8
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
23
|
-
Requires-Dist: aws-
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.core==2.73.0
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.163.1
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.core==2.75.0
|
|
25
24
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
|
27
26
|
Requires-Dist: publication>=0.0.3
|
|
28
27
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
29
28
|
|
|
@@ -68,7 +67,7 @@ import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
|
68
67
|
|
|
69
68
|
const constructProps: LambdaToSsmstringparameterProps = {
|
|
70
69
|
lambdaFunctionProps: {
|
|
71
|
-
runtime: lambda.Runtime.
|
|
70
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
72
71
|
code: lambda.Code.fromAsset(`lambda`),
|
|
73
72
|
handler: 'index.handler'
|
|
74
73
|
},
|
|
@@ -93,7 +92,7 @@ LambdaToSsmstringparameter(
|
|
|
93
92
|
self, 'test-lambda-ssmstringparameter-stack',
|
|
94
93
|
lambda_function_props=_lambda.FunctionProps(
|
|
95
94
|
code=_lambda.Code.from_asset('lambda'),
|
|
96
|
-
runtime=_lambda.Runtime.
|
|
95
|
+
runtime=_lambda.Runtime.Python_3_11,
|
|
97
96
|
handler='index.handler'
|
|
98
97
|
),
|
|
99
98
|
string_parameter_props=ssm.StringParameterProps(
|
|
@@ -116,7 +115,7 @@ import software.amazon.awsconstructs.services.lambdassmstringparameter.*;
|
|
|
116
115
|
new LambdaToSsmstringparameter(this, "test-lambda-ssmstringparameter-stack",
|
|
117
116
|
new LambdaToSsmstringparameterProps.Builder()
|
|
118
117
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
|
119
|
-
.runtime(Runtime.
|
|
118
|
+
.runtime(Runtime.NODEJS_20_X)
|
|
120
119
|
.code(Code.fromAsset("lambda"))
|
|
121
120
|
.handler("index.handler")
|
|
122
121
|
.build())
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/top_level.tx
|
|
|
11
11
|
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.75.0.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|