aws-solutions-constructs.aws-lambda-sns 2.99.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_lambda_sns-2.99.0/src/aws_solutions_constructs.aws_lambda_sns.egg-info → aws_solutions_constructs_aws_lambda_sns-2.100.0}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/setup.py +6 -6
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/src/aws_solutions_constructs/aws_lambda_sns/__init__.py +39 -39
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/src/aws_solutions_constructs/aws_lambda_sns/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_lambda_sns-2.100.0/src/aws_solutions_constructs/aws_lambda_sns/_jsii/aws-lambda-sns@2.100.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0/src/aws_solutions_constructs.aws_lambda_sns.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/src/aws_solutions_constructs.aws_lambda_sns.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_lambda_sns-2.100.0/src/aws_solutions_constructs.aws_lambda_sns.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_lambda_sns-2.99.0/src/aws_solutions_constructs/aws_lambda_sns/_jsii/aws-lambda-sns@2.99.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_lambda_sns-2.99.0/src/aws_solutions_constructs.aws_lambda_sns.egg-info/requires.txt +0 -6
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/README.md +0 -0
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/src/aws_solutions_constructs/aws_lambda_sns/py.typed +0 -0
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/src/aws_solutions_constructs.aws_lambda_sns.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_lambda_sns-2.99.0 → aws_solutions_constructs_aws_lambda_sns-2.100.0}/src/aws_solutions_constructs.aws_lambda_sns.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-sns
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon SNS topic.
|
|
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-lambda-sns/README.adoc)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-lambda-sns",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.100.0",
|
|
9
9
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon SNS topic.",
|
|
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_sns._jsii": [
|
|
29
|
-
"aws-lambda-sns@2.
|
|
29
|
+
"aws-lambda-sns@2.100.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_lambda_sns": [
|
|
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",
|
|
@@ -51,21 +51,21 @@ class LambdaToSns(
|
|
|
51
51
|
|
|
52
52
|
def __init__(
|
|
53
53
|
self,
|
|
54
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
54
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
55
55
|
id: builtins.str,
|
|
56
56
|
*,
|
|
57
57
|
deploy_vpc: typing.Optional[builtins.bool] = None,
|
|
58
58
|
enable_encryption_with_customer_managed_key: typing.Optional[builtins.bool] = None,
|
|
59
|
-
encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
60
|
-
encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
61
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
62
|
-
existing_topic_obj: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
63
|
-
existing_vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
|
|
64
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
59
|
+
encryption_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"] = None,
|
|
60
|
+
encryption_key_props: typing.Optional[typing.Union["_aws_cdk_aws_kms_ceddda9d.KeyProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
61
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
62
|
+
existing_topic_obj: typing.Optional["_aws_cdk_aws_sns_ceddda9d.Topic"] = None,
|
|
63
|
+
existing_vpc: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"] = None,
|
|
64
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
65
65
|
topic_arn_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
66
66
|
topic_name_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
67
|
-
topic_props: typing.Optional[typing.Union[_aws_cdk_aws_sns_ceddda9d.TopicProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
68
|
-
vpc_props: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.VpcProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
67
|
+
topic_props: typing.Optional[typing.Union["_aws_cdk_aws_sns_ceddda9d.TopicProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
68
|
+
vpc_props: typing.Optional[typing.Union["_aws_cdk_aws_ec2_ceddda9d.VpcProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
69
69
|
) -> None:
|
|
70
70
|
'''
|
|
71
71
|
:param scope: - represents the scope for all the resources.
|
|
@@ -110,18 +110,18 @@ class LambdaToSns(
|
|
|
110
110
|
|
|
111
111
|
@builtins.property
|
|
112
112
|
@jsii.member(jsii_name="lambdaFunction")
|
|
113
|
-
def lambda_function(self) -> _aws_cdk_aws_lambda_ceddda9d.Function:
|
|
114
|
-
return typing.cast(_aws_cdk_aws_lambda_ceddda9d.Function, jsii.get(self, "lambdaFunction"))
|
|
113
|
+
def lambda_function(self) -> "_aws_cdk_aws_lambda_ceddda9d.Function":
|
|
114
|
+
return typing.cast("_aws_cdk_aws_lambda_ceddda9d.Function", jsii.get(self, "lambdaFunction"))
|
|
115
115
|
|
|
116
116
|
@builtins.property
|
|
117
117
|
@jsii.member(jsii_name="snsTopic")
|
|
118
|
-
def sns_topic(self) -> _aws_cdk_aws_sns_ceddda9d.Topic:
|
|
119
|
-
return typing.cast(_aws_cdk_aws_sns_ceddda9d.Topic, jsii.get(self, "snsTopic"))
|
|
118
|
+
def sns_topic(self) -> "_aws_cdk_aws_sns_ceddda9d.Topic":
|
|
119
|
+
return typing.cast("_aws_cdk_aws_sns_ceddda9d.Topic", jsii.get(self, "snsTopic"))
|
|
120
120
|
|
|
121
121
|
@builtins.property
|
|
122
122
|
@jsii.member(jsii_name="vpc")
|
|
123
|
-
def vpc(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc]:
|
|
124
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc], jsii.get(self, "vpc"))
|
|
123
|
+
def vpc(self) -> typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"]:
|
|
124
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"], jsii.get(self, "vpc"))
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
@jsii.data_type(
|
|
@@ -148,16 +148,16 @@ class LambdaToSnsProps:
|
|
|
148
148
|
*,
|
|
149
149
|
deploy_vpc: typing.Optional[builtins.bool] = None,
|
|
150
150
|
enable_encryption_with_customer_managed_key: typing.Optional[builtins.bool] = None,
|
|
151
|
-
encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
152
|
-
encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
153
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
154
|
-
existing_topic_obj: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
155
|
-
existing_vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
|
|
156
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
151
|
+
encryption_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"] = None,
|
|
152
|
+
encryption_key_props: typing.Optional[typing.Union["_aws_cdk_aws_kms_ceddda9d.KeyProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
153
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
154
|
+
existing_topic_obj: typing.Optional["_aws_cdk_aws_sns_ceddda9d.Topic"] = None,
|
|
155
|
+
existing_vpc: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"] = None,
|
|
156
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
157
157
|
topic_arn_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
158
158
|
topic_name_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
159
|
-
topic_props: typing.Optional[typing.Union[_aws_cdk_aws_sns_ceddda9d.TopicProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
160
|
-
vpc_props: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.VpcProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
159
|
+
topic_props: typing.Optional[typing.Union["_aws_cdk_aws_sns_ceddda9d.TopicProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
160
|
+
vpc_props: typing.Optional[typing.Union["_aws_cdk_aws_ec2_ceddda9d.VpcProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
161
161
|
) -> None:
|
|
162
162
|
'''
|
|
163
163
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
@@ -246,55 +246,55 @@ class LambdaToSnsProps:
|
|
|
246
246
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
247
247
|
|
|
248
248
|
@builtins.property
|
|
249
|
-
def encryption_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key]:
|
|
249
|
+
def encryption_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"]:
|
|
250
250
|
'''An optional, imported encryption key to encrypt the SNS Topic with.
|
|
251
251
|
|
|
252
252
|
:default: - None
|
|
253
253
|
'''
|
|
254
254
|
result = self._values.get("encryption_key")
|
|
255
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key], result)
|
|
255
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"], result)
|
|
256
256
|
|
|
257
257
|
@builtins.property
|
|
258
258
|
def encryption_key_props(
|
|
259
259
|
self,
|
|
260
|
-
) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps]:
|
|
260
|
+
) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.KeyProps"]:
|
|
261
261
|
'''Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SNS Topic with.
|
|
262
262
|
|
|
263
263
|
:default: - None
|
|
264
264
|
'''
|
|
265
265
|
result = self._values.get("encryption_key_props")
|
|
266
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps], result)
|
|
266
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.KeyProps"], result)
|
|
267
267
|
|
|
268
268
|
@builtins.property
|
|
269
269
|
def existing_lambda_obj(
|
|
270
270
|
self,
|
|
271
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
|
|
271
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"]:
|
|
272
272
|
'''Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
|
|
273
273
|
|
|
274
274
|
:default: - None
|
|
275
275
|
'''
|
|
276
276
|
result = self._values.get("existing_lambda_obj")
|
|
277
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function], result)
|
|
277
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"], result)
|
|
278
278
|
|
|
279
279
|
@builtins.property
|
|
280
|
-
def existing_topic_obj(self) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic]:
|
|
280
|
+
def existing_topic_obj(self) -> typing.Optional["_aws_cdk_aws_sns_ceddda9d.Topic"]:
|
|
281
281
|
'''Optional - existing instance of SNS topic object, providing both this and ``topicProps`` will cause an error.
|
|
282
282
|
|
|
283
283
|
:default: - Default props are used
|
|
284
284
|
'''
|
|
285
285
|
result = self._values.get("existing_topic_obj")
|
|
286
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic], result)
|
|
286
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_sns_ceddda9d.Topic"], result)
|
|
287
287
|
|
|
288
288
|
@builtins.property
|
|
289
|
-
def existing_vpc(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc]:
|
|
289
|
+
def existing_vpc(self) -> typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"]:
|
|
290
290
|
'''An existing VPC for the construct to use (construct will NOT create a new VPC in this case).'''
|
|
291
291
|
result = self._values.get("existing_vpc")
|
|
292
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc], result)
|
|
292
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"], result)
|
|
293
293
|
|
|
294
294
|
@builtins.property
|
|
295
295
|
def lambda_function_props(
|
|
296
296
|
self,
|
|
297
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
297
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"]:
|
|
298
298
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
299
299
|
|
|
300
300
|
Providing both this and ``existingLambdaObj``
|
|
@@ -303,7 +303,7 @@ class LambdaToSnsProps:
|
|
|
303
303
|
:default: - Default properties are used.
|
|
304
304
|
'''
|
|
305
305
|
result = self._values.get("lambda_function_props")
|
|
306
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps], result)
|
|
306
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"], result)
|
|
307
307
|
|
|
308
308
|
@builtins.property
|
|
309
309
|
def topic_arn_environment_variable_name(self) -> typing.Optional[builtins.str]:
|
|
@@ -324,7 +324,7 @@ class LambdaToSnsProps:
|
|
|
324
324
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
325
325
|
|
|
326
326
|
@builtins.property
|
|
327
|
-
def topic_props(self) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.TopicProps]:
|
|
327
|
+
def topic_props(self) -> typing.Optional["_aws_cdk_aws_sns_ceddda9d.TopicProps"]:
|
|
328
328
|
'''Optional - user provided properties to override the default properties for the SNS topic.
|
|
329
329
|
|
|
330
330
|
Providing both this and ``existingTopicObj``
|
|
@@ -333,13 +333,13 @@ class LambdaToSnsProps:
|
|
|
333
333
|
:default: - Default properties are used.
|
|
334
334
|
'''
|
|
335
335
|
result = self._values.get("topic_props")
|
|
336
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.TopicProps], result)
|
|
336
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_sns_ceddda9d.TopicProps"], result)
|
|
337
337
|
|
|
338
338
|
@builtins.property
|
|
339
|
-
def vpc_props(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcProps]:
|
|
339
|
+
def vpc_props(self) -> typing.Optional["_aws_cdk_aws_ec2_ceddda9d.VpcProps"]:
|
|
340
340
|
'''Properties to override default properties if deployVpc is true.'''
|
|
341
341
|
result = self._values.get("vpc_props")
|
|
342
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcProps], result)
|
|
342
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_ec2_ceddda9d.VpcProps"], result)
|
|
343
343
|
|
|
344
344
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
345
345
|
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-lambda-sns",
|
|
37
|
-
"2.
|
|
37
|
+
"2.100.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-lambda-sns@2.
|
|
39
|
+
"aws-lambda-sns@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-lambda-sns
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon SNS topic.
|
|
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-lambda-sns/README.adoc)
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_sns.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_lambda_sns/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_lambda_sns/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_lambda_sns/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_lambda_sns/_jsii/aws-lambda-sns@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_lambda_sns/_jsii/aws-lambda-sns@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
|