aws-solutions-constructs.aws-s3-lambda 2.78.1__py3-none-any.whl → 2.79.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.
Potentially problematic release.
This version of aws-solutions-constructs.aws-s3-lambda might be problematic. Click here for more details.
- aws_solutions_constructs/aws_s3_lambda/__init__.py +1 -1
- aws_solutions_constructs/aws_s3_lambda/_jsii/__init__.py +2 -2
- aws_solutions_constructs/aws_s3_lambda/_jsii/aws-s3-lambda@2.79.1.jsii.tgz +0 -0
- {aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info → aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info}/METADATA +4 -4
- aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info/RECORD +9 -0
- {aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info → aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info}/WHEEL +1 -1
- aws_solutions_constructs/aws_s3_lambda/_jsii/aws-s3-lambda@2.78.1.jsii.tgz +0 -0
- aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info/RECORD +0 -9
- {aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info → aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info}/LICENSE +0 -0
- {aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info → aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info}/top_level.txt +0 -0
|
@@ -56,7 +56,7 @@ from constructs import Construct
|
|
|
56
56
|
S3ToLambda(self, 'test_s3_lambda',
|
|
57
57
|
lambda_function_props=_lambda.FunctionProps(
|
|
58
58
|
code=_lambda.Code.from_asset('lambda'),
|
|
59
|
-
runtime=_lambda.Runtime.
|
|
59
|
+
runtime=_lambda.Runtime.PYTHON_3_11,
|
|
60
60
|
handler='index.handler'
|
|
61
61
|
)
|
|
62
62
|
)
|
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@aws-solutions-constructs/aws-s3-lambda",
|
|
37
|
-
"2.
|
|
37
|
+
"2.79.1",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-s3-lambda@2.
|
|
39
|
+
"aws-s3-lambda@2.79.1.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-s3-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.79.1
|
|
4
4
|
Summary: CDK Constructs for AWS S3 to AWS Lambda integration
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -19,9 +19,9 @@ Requires-Python: ~=3.9
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.177.0
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.79.1
|
|
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.110.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
26
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
27
27
|
|
|
@@ -82,7 +82,7 @@ from constructs import Construct
|
|
|
82
82
|
S3ToLambda(self, 'test_s3_lambda',
|
|
83
83
|
lambda_function_props=_lambda.FunctionProps(
|
|
84
84
|
code=_lambda.Code.from_asset('lambda'),
|
|
85
|
-
runtime=_lambda.Runtime.
|
|
85
|
+
runtime=_lambda.Runtime.PYTHON_3_11,
|
|
86
86
|
handler='index.handler'
|
|
87
87
|
)
|
|
88
88
|
)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
aws_solutions_constructs/aws_s3_lambda/__init__.py,sha256=fvemvGMajiad-sPhiOAt9LFpy3uotaIiiSxAPZXaiQ4,22363
|
|
2
|
+
aws_solutions_constructs/aws_s3_lambda/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_solutions_constructs/aws_s3_lambda/_jsii/__init__.py,sha256=CmTCPhbOlEA3p7zPVm6oTGjINnLIXDnUXmxq1ZkbsRo,1521
|
|
4
|
+
aws_solutions_constructs/aws_s3_lambda/_jsii/aws-s3-lambda@2.79.1.jsii.tgz,sha256=Krevlgm7oV-hC94nLhFOnExd-XN3ucl-2MhcJVna6k8,103700
|
|
5
|
+
aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
|
6
|
+
aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info/METADATA,sha256=9Motcv4_MxLDIZOxwkutLay6TF4e8UBSL3jIWF5NOkA,7074
|
|
7
|
+
aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
8
|
+
aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
|
9
|
+
aws_solutions_constructs_aws_s3_lambda-2.79.1.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
aws_solutions_constructs/aws_s3_lambda/__init__.py,sha256=XTDZvPY3nsKvQraS-960dn_9fHm6vNuef2PWaC8pZtQ,22363
|
|
2
|
-
aws_solutions_constructs/aws_s3_lambda/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_solutions_constructs/aws_s3_lambda/_jsii/__init__.py,sha256=ia_oKc-xiXs774sBC51C5vcpMkYD3FQd_BYubNmTjcI,1521
|
|
4
|
-
aws_solutions_constructs/aws_s3_lambda/_jsii/aws-s3-lambda@2.78.1.jsii.tgz,sha256=QXDqYmDek55N8RlsVcv90h96qXmxYfDRgbb8fH0rodk,103693
|
|
5
|
-
aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
|
6
|
-
aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info/METADATA,sha256=au5ukeKLoaBf-1T-3W5ThGXhXD8B0RiDOLkesmLepzY,7074
|
|
7
|
-
aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
8
|
-
aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
|
9
|
-
aws_solutions_constructs.aws_s3_lambda-2.78.1.dist-info/RECORD,,
|
|
File without changes
|