aws-cdk.aws-lambda-python-alpha 2.71.0a0__py3-none-any.whl → 2.72.0a0__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_cdk/aws_lambda_python_alpha/__init__.py +10 -10
- aws_cdk/aws_lambda_python_alpha/_jsii/__init__.py +2 -2
- aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.72.0-alpha.0.jsii.tgz +0 -0
- {aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info → aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info}/METADATA +3 -3
- aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info/RECORD +10 -0
- aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.71.0-alpha.0.jsii.tgz +0 -0
- aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info/RECORD +0 -10
- {aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info → aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info}/LICENSE +0 -0
- {aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info → aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info}/NOTICE +0 -0
- {aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info → aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info}/WHEEL +0 -0
- {aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info → aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info}/top_level.txt +0 -0
|
@@ -720,11 +720,11 @@ class ICommandHooks(typing_extensions.Protocol):
|
|
|
720
720
|
Commands are chained with ``&&``::
|
|
721
721
|
|
|
722
722
|
{
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
723
|
+
// Run tests prior to bundling
|
|
724
|
+
beforeBundling(inputDir: string, outputDir: string): string[] {
|
|
725
|
+
return [`pytest`];
|
|
726
|
+
}
|
|
727
|
+
// ...
|
|
728
728
|
}
|
|
729
729
|
|
|
730
730
|
:stability: experimental
|
|
@@ -774,11 +774,11 @@ class _ICommandHooksProxy:
|
|
|
774
774
|
Commands are chained with ``&&``::
|
|
775
775
|
|
|
776
776
|
{
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
777
|
+
// Run tests prior to bundling
|
|
778
|
+
beforeBundling(inputDir: string, outputDir: string): string[] {
|
|
779
|
+
return [`pytest`];
|
|
780
|
+
}
|
|
781
|
+
// ...
|
|
782
782
|
}
|
|
783
783
|
|
|
784
784
|
:stability: experimental
|
|
@@ -15,9 +15,9 @@ import constructs._jsii
|
|
|
15
15
|
|
|
16
16
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
17
17
|
"@aws-cdk/aws-lambda-python-alpha",
|
|
18
|
-
"2.
|
|
18
|
+
"2.72.0-alpha.0",
|
|
19
19
|
__name__[0:-6],
|
|
20
|
-
"aws-lambda-python-alpha@2.
|
|
20
|
+
"aws-lambda-python-alpha@2.72.0-alpha.0.jsii.tgz",
|
|
21
21
|
)
|
|
22
22
|
|
|
23
23
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.aws-lambda-python-alpha
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.72.0a0
|
|
4
4
|
Summary: The CDK Construct Library for AWS Lambda in Python
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -24,9 +24,9 @@ Requires-Python: ~=3.7
|
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
License-File: NOTICE
|
|
27
|
-
Requires-Dist: aws-cdk-lib (<3.0.0,>=2.
|
|
27
|
+
Requires-Dist: aws-cdk-lib (<3.0.0,>=2.72.0)
|
|
28
28
|
Requires-Dist: constructs (<11.0.0,>=10.0.0)
|
|
29
|
-
Requires-Dist: jsii (<2.0.0,>=1.
|
|
29
|
+
Requires-Dist: jsii (<2.0.0,>=1.78.1)
|
|
30
30
|
Requires-Dist: publication (>=0.0.3)
|
|
31
31
|
Requires-Dist: typeguard (~=2.13.3)
|
|
32
32
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
aws_cdk/aws_lambda_python_alpha/__init__.py,sha256=qjzrxNE_32FH-2K17w35rcxY4ZqI7ZUvno4tdfiXEFQ,119562
|
|
2
|
+
aws_cdk/aws_lambda_python_alpha/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_cdk/aws_lambda_python_alpha/_jsii/__init__.py,sha256=XS8PHMjwP069lKKeimsLtD0vjFohZ-vVz0huOKxaOsw,453
|
|
4
|
+
aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.72.0-alpha.0.jsii.tgz,sha256=bovmnKaaHZQWeHpHFG36WqPnDp4PZJaX-EqB6jtxeYQ,47487
|
|
5
|
+
aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info/LICENSE,sha256=YA6CL2YE08NgoURWXRTrec3mNy-KAR-_UNdiMqgNVMI,11391
|
|
6
|
+
aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info/METADATA,sha256=Asj4RBSGy1PXWIYZPJqZBgUO3J2VoE8CauYq3GW-gbg,11867
|
|
7
|
+
aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info/NOTICE,sha256=XtGET2JQh3C41orQUenLTefWItOqLmu2N-mGwW7t3Fo,113
|
|
8
|
+
aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
9
|
+
aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
+
aws_cdk.aws_lambda_python_alpha-2.72.0a0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
aws_cdk/aws_lambda_python_alpha/__init__.py,sha256=shtqVEZv67HmWmjGqvpKUAbCNWrnzTbRWkEr9hMZETY,119572
|
|
2
|
-
aws_cdk/aws_lambda_python_alpha/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/aws_lambda_python_alpha/_jsii/__init__.py,sha256=9llcxxwQ1PfIQTA0gSmjWeBv_WQI3BFu0dnkPDsnqak,453
|
|
4
|
-
aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.71.0-alpha.0.jsii.tgz,sha256=i_jla9K5FFSNm-ndjI-XKmyeu4w7NpYdyIsTigMlI2Q,47392
|
|
5
|
-
aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info/LICENSE,sha256=YA6CL2YE08NgoURWXRTrec3mNy-KAR-_UNdiMqgNVMI,11391
|
|
6
|
-
aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info/METADATA,sha256=akxTk63eZ6eO-P7CF9Lras8EhAuwB2qhllsqxlZ4eNA,11867
|
|
7
|
-
aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info/NOTICE,sha256=XtGET2JQh3C41orQUenLTefWItOqLmu2N-mGwW7t3Fo,113
|
|
8
|
-
aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
9
|
-
aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
-
aws_cdk.aws_lambda_python_alpha-2.71.0a0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|