aws-solutions-constructs.aws-sns-lambda 2.98.0__tar.gz → 2.100.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_sns_lambda-2.98.0/src/aws_solutions_constructs.aws_sns_lambda.egg-info → aws_solutions_constructs_aws_sns_lambda-2.100.0}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/setup.py +6 -6
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/src/aws_solutions_constructs/aws_sns_lambda/__init__.py +29 -29
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/src/aws_solutions_constructs/aws_sns_lambda/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_sns_lambda-2.100.0/src/aws_solutions_constructs/aws_sns_lambda/_jsii/aws-sns-lambda@2.100.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0/src/aws_solutions_constructs.aws_sns_lambda.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/src/aws_solutions_constructs.aws_sns_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_sns_lambda-2.100.0/src/aws_solutions_constructs.aws_sns_lambda.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_sns_lambda-2.98.0/src/aws_solutions_constructs/aws_sns_lambda/_jsii/aws-sns-lambda@2.98.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_sns_lambda-2.98.0/src/aws_solutions_constructs.aws_sns_lambda.egg-info/requires.txt +0 -6
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/README.md +0 -0
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/src/aws_solutions_constructs/aws_sns_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/src/aws_solutions_constructs.aws_sns_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_sns_lambda-2.98.0 → aws_solutions_constructs_aws_sns_lambda-2.100.0}/src/aws_solutions_constructs.aws_sns_lambda.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-sns-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK Constructs for AWS SNS to AWS Lambda integration
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,11 +18,11 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-sns-lambda/README.adoc)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-sns-lambda",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.100.0",
|
|
9
9
|
"description": "CDK Constructs for AWS SNS to AWS Lambda integration",
|
|
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_sns_lambda._jsii": [
|
|
29
|
-
"aws-sns-lambda@2.
|
|
29
|
+
"aws-sns-lambda@2.100.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_sns_lambda": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,12 +34,12 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.239.0, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.core==2.100.0",
|
|
39
39
|
"constructs>=10.0.0, <11.0.0",
|
|
40
|
-
"jsii>=1.
|
|
40
|
+
"jsii>=1.126.0, <2.0.0",
|
|
41
41
|
"publication>=0.0.3",
|
|
42
|
-
"typeguard
|
|
42
|
+
"typeguard==2.13.3"
|
|
43
43
|
],
|
|
44
44
|
"classifiers": [
|
|
45
45
|
"Intended Audience :: Developers",
|
|
@@ -50,16 +50,16 @@ class SnsToLambda(
|
|
|
50
50
|
|
|
51
51
|
def __init__(
|
|
52
52
|
self,
|
|
53
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
53
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
54
54
|
id: builtins.str,
|
|
55
55
|
*,
|
|
56
56
|
enable_encryption_with_customer_managed_key: typing.Optional[builtins.bool] = None,
|
|
57
|
-
encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
58
|
-
encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
59
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
60
|
-
existing_topic_obj: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
61
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
62
|
-
topic_props: typing.Optional[typing.Union[_aws_cdk_aws_sns_ceddda9d.TopicProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
57
|
+
encryption_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"] = None,
|
|
58
|
+
encryption_key_props: typing.Optional[typing.Union["_aws_cdk_aws_kms_ceddda9d.KeyProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
59
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
60
|
+
existing_topic_obj: typing.Optional["_aws_cdk_aws_sns_ceddda9d.Topic"] = None,
|
|
61
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
62
|
+
topic_props: typing.Optional[typing.Union["_aws_cdk_aws_sns_ceddda9d.TopicProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
63
63
|
) -> None:
|
|
64
64
|
'''
|
|
65
65
|
:param scope: - represents the scope for all the resources.
|
|
@@ -94,13 +94,13 @@ class SnsToLambda(
|
|
|
94
94
|
|
|
95
95
|
@builtins.property
|
|
96
96
|
@jsii.member(jsii_name="lambdaFunction")
|
|
97
|
-
def lambda_function(self) -> _aws_cdk_aws_lambda_ceddda9d.Function:
|
|
98
|
-
return typing.cast(_aws_cdk_aws_lambda_ceddda9d.Function, jsii.get(self, "lambdaFunction"))
|
|
97
|
+
def lambda_function(self) -> "_aws_cdk_aws_lambda_ceddda9d.Function":
|
|
98
|
+
return typing.cast("_aws_cdk_aws_lambda_ceddda9d.Function", jsii.get(self, "lambdaFunction"))
|
|
99
99
|
|
|
100
100
|
@builtins.property
|
|
101
101
|
@jsii.member(jsii_name="snsTopic")
|
|
102
|
-
def sns_topic(self) -> _aws_cdk_aws_sns_ceddda9d.Topic:
|
|
103
|
-
return typing.cast(_aws_cdk_aws_sns_ceddda9d.Topic, jsii.get(self, "snsTopic"))
|
|
102
|
+
def sns_topic(self) -> "_aws_cdk_aws_sns_ceddda9d.Topic":
|
|
103
|
+
return typing.cast("_aws_cdk_aws_sns_ceddda9d.Topic", jsii.get(self, "snsTopic"))
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
@jsii.data_type(
|
|
@@ -121,12 +121,12 @@ class SnsToLambdaProps:
|
|
|
121
121
|
self,
|
|
122
122
|
*,
|
|
123
123
|
enable_encryption_with_customer_managed_key: typing.Optional[builtins.bool] = None,
|
|
124
|
-
encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
125
|
-
encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
126
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
127
|
-
existing_topic_obj: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
128
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
129
|
-
topic_props: typing.Optional[typing.Union[_aws_cdk_aws_sns_ceddda9d.TopicProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
124
|
+
encryption_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"] = None,
|
|
125
|
+
encryption_key_props: typing.Optional[typing.Union["_aws_cdk_aws_kms_ceddda9d.KeyProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
126
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
127
|
+
existing_topic_obj: typing.Optional["_aws_cdk_aws_sns_ceddda9d.Topic"] = None,
|
|
128
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
129
|
+
topic_props: typing.Optional[typing.Union["_aws_cdk_aws_sns_ceddda9d.TopicProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
130
130
|
) -> None:
|
|
131
131
|
'''
|
|
132
132
|
:param enable_encryption_with_customer_managed_key: If no key is provided, this flag determines whether the SNS Topic is encrypted with a new CMK or an AWS managed key. This flag is ignored if any of the following are defined: topicProps.masterKey, encryptionKey or encryptionKeyProps. Default: - False if topicProps.masterKey, encryptionKey, and encryptionKeyProps are all undefined.
|
|
@@ -184,49 +184,49 @@ class SnsToLambdaProps:
|
|
|
184
184
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
185
185
|
|
|
186
186
|
@builtins.property
|
|
187
|
-
def encryption_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key]:
|
|
187
|
+
def encryption_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"]:
|
|
188
188
|
'''An optional, imported encryption key to encrypt the SNS Topic with.
|
|
189
189
|
|
|
190
190
|
:default: - None
|
|
191
191
|
'''
|
|
192
192
|
result = self._values.get("encryption_key")
|
|
193
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key], result)
|
|
193
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"], result)
|
|
194
194
|
|
|
195
195
|
@builtins.property
|
|
196
196
|
def encryption_key_props(
|
|
197
197
|
self,
|
|
198
|
-
) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps]:
|
|
198
|
+
) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.KeyProps"]:
|
|
199
199
|
'''Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SNS Topic with.
|
|
200
200
|
|
|
201
201
|
:default: - None
|
|
202
202
|
'''
|
|
203
203
|
result = self._values.get("encryption_key_props")
|
|
204
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps], result)
|
|
204
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.KeyProps"], result)
|
|
205
205
|
|
|
206
206
|
@builtins.property
|
|
207
207
|
def existing_lambda_obj(
|
|
208
208
|
self,
|
|
209
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
|
|
209
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"]:
|
|
210
210
|
'''Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
|
|
211
211
|
|
|
212
212
|
:default: - None
|
|
213
213
|
'''
|
|
214
214
|
result = self._values.get("existing_lambda_obj")
|
|
215
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function], result)
|
|
215
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"], result)
|
|
216
216
|
|
|
217
217
|
@builtins.property
|
|
218
|
-
def existing_topic_obj(self) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic]:
|
|
218
|
+
def existing_topic_obj(self) -> typing.Optional["_aws_cdk_aws_sns_ceddda9d.Topic"]:
|
|
219
219
|
'''Optional - existing instance of SNS topic object, providing both this and ``topicProps`` will cause an error.
|
|
220
220
|
|
|
221
221
|
:default: - Default props are used
|
|
222
222
|
'''
|
|
223
223
|
result = self._values.get("existing_topic_obj")
|
|
224
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic], result)
|
|
224
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_sns_ceddda9d.Topic"], result)
|
|
225
225
|
|
|
226
226
|
@builtins.property
|
|
227
227
|
def lambda_function_props(
|
|
228
228
|
self,
|
|
229
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
229
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"]:
|
|
230
230
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
231
231
|
|
|
232
232
|
Providing both this and ``existingLambdaObj``
|
|
@@ -235,10 +235,10 @@ class SnsToLambdaProps:
|
|
|
235
235
|
:default: - Default properties are used.
|
|
236
236
|
'''
|
|
237
237
|
result = self._values.get("lambda_function_props")
|
|
238
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps], result)
|
|
238
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"], result)
|
|
239
239
|
|
|
240
240
|
@builtins.property
|
|
241
|
-
def topic_props(self) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.TopicProps]:
|
|
241
|
+
def topic_props(self) -> typing.Optional["_aws_cdk_aws_sns_ceddda9d.TopicProps"]:
|
|
242
242
|
'''Optional - user provided properties to override the default properties for the SNS topic.
|
|
243
243
|
|
|
244
244
|
Providing both this and ``existingTopicObj``
|
|
@@ -247,7 +247,7 @@ class SnsToLambdaProps:
|
|
|
247
247
|
:default: - Default properties are used.
|
|
248
248
|
'''
|
|
249
249
|
result = self._values.get("topic_props")
|
|
250
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.TopicProps], result)
|
|
250
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_sns_ceddda9d.TopicProps"], result)
|
|
251
251
|
|
|
252
252
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
253
253
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@aws-solutions-constructs/aws-sns-lambda",
|
|
37
|
-
"2.
|
|
37
|
+
"2.100.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-sns-lambda@2.
|
|
39
|
+
"aws-sns-lambda@2.100.0.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-sns-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK Constructs for AWS SNS to AWS Lambda integration
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,11 +18,11 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-sns-lambda/README.adoc)
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_sns_lambda.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_sns_lambda/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_sns_lambda/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_sns_lambda/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_sns_lambda/_jsii/aws-sns-lambda@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_sns_lambda/_jsii/aws-sns-lambda@2.100.0.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|