aws-solutions-constructs.aws-dynamodbstreams-lambda 2.53.0__py3-none-any.whl → 2.54.1__py3-none-any.whl
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_dynamodbstreams_lambda/__init__.py +3 -0
- aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/__init__.py +5 -2
- aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.54.1.jsii.tgz +0 -0
- {aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info → aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info}/METADATA +5 -5
- aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info/RECORD +9 -0
- aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.53.0.jsii.tgz +0 -0
- aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info/RECORD +0 -9
- {aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info → aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info}/LICENSE +0 -0
- {aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info → aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info}/WHEEL +0 -0
- {aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info → aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info}/top_level.txt +0 -0
@@ -136,6 +136,9 @@ Out of the box implementation of the Construct without any override will set the
|
|
136
136
|
|
137
137
|
© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
138
138
|
'''
|
139
|
+
from pkgutil import extend_path
|
140
|
+
__path__ = extend_path(__path__, __name__)
|
141
|
+
|
139
142
|
import abc
|
140
143
|
import builtins
|
141
144
|
import datetime
|
@@ -1,3 +1,6 @@
|
|
1
|
+
from pkgutil import extend_path
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
3
|
+
|
1
4
|
import abc
|
2
5
|
import builtins
|
3
6
|
import datetime
|
@@ -17,9 +20,9 @@ import constructs._jsii
|
|
17
20
|
|
18
21
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
19
22
|
"@aws-solutions-constructs/aws-dynamodbstreams-lambda",
|
20
|
-
"2.
|
23
|
+
"2.54.1",
|
21
24
|
__name__[0:-6],
|
22
|
-
"aws-dynamodbstreams-lambda@2.
|
25
|
+
"aws-dynamodbstreams-lambda@2.54.1.jsii.tgz",
|
23
26
|
)
|
24
27
|
|
25
28
|
__all__ = [
|
aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.54.1.jsii.tgz
ADDED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aws-solutions-constructs.aws-dynamodbstreams-lambda
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.54.1
|
4
4
|
Summary: CDK Constructs for AWS DynamoDB Streams to AWS Lambda integration.
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
6
6
|
Author: Amazon Web Services
|
@@ -19,11 +19,11 @@ 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-cdk.integ-tests-alpha ==2.
|
24
|
-
Requires-Dist: aws-solutions-constructs.core ==2.
|
22
|
+
Requires-Dist: aws-cdk-lib <3.0.0,>=2.135.0
|
23
|
+
Requires-Dist: aws-cdk.integ-tests-alpha ==2.135.0.a0
|
24
|
+
Requires-Dist: aws-solutions-constructs.core ==2.54.1
|
25
25
|
Requires-Dist: constructs <11.0.0,>=10.0.0
|
26
|
-
Requires-Dist: jsii <2.0.0,>=1.
|
26
|
+
Requires-Dist: jsii <2.0.0,>=1.96.0
|
27
27
|
Requires-Dist: publication >=0.0.3
|
28
28
|
Requires-Dist: typeguard ~=2.13.3
|
29
29
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
aws_solutions_constructs/aws_dynamodbstreams_lambda/__init__.py,sha256=uU-JD3jOxWzVEWqNqQX-7cWdWBGOdS2ut5F-9n8ecHo,21437
|
2
|
+
aws_solutions_constructs/aws_dynamodbstreams_lambda/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/__init__.py,sha256=-ZavDpqyjPRDr09u34n3_pkle72T1wxz6_SkBFcygvk,618
|
4
|
+
aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.54.1.jsii.tgz,sha256=Mo6ZFMJMth0ta35eOgOikq3Nb9p8kLXWR42s98J7E6I,103667
|
5
|
+
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
+
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info/METADATA,sha256=vqbvBBKzOSxswPALRGamgxEh2o_y2h-x_ogZga4vEhU,7707
|
7
|
+
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
8
|
+
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
+
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.54.1.dist-info/RECORD,,
|
aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.53.0.jsii.tgz
DELETED
Binary file
|
@@ -1,9 +0,0 @@
|
|
1
|
-
aws_solutions_constructs/aws_dynamodbstreams_lambda/__init__.py,sha256=hc7OjNGaYMbOzn6ePIL1D5_5xy5QBByXbDPRwi0W3x0,21361
|
2
|
-
aws_solutions_constructs/aws_dynamodbstreams_lambda/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/__init__.py,sha256=TT4udQfSPMeIeVzjORaBTVy9hfvqo_gU2raDm0uEsSw,542
|
4
|
-
aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.53.0.jsii.tgz,sha256=9hdgawGwOEWe8ydZwdkohbd6XRCyux79qxpTbCo2A5Y,103636
|
5
|
-
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
-
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info/METADATA,sha256=dPYka2AOV4D0ZeN5Sw_UwJkUfYFeoVamkeebgjMVUSM,7707
|
7
|
-
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
8
|
-
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
-
aws_solutions_constructs.aws_dynamodbstreams_lambda-2.53.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|