aws-cdk.aws-lambda-python-alpha 2.202.0a0__tar.gz → 2.203.0a0__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_cdk_aws_lambda_python_alpha-2.202.0a0/src/aws_cdk.aws_lambda_python_alpha.egg-info → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/PKG-INFO +2 -2
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/setup.py +3 -3
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/src/aws_cdk/aws_lambda_python_alpha/__init__.py +36 -3
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/src/aws_cdk/aws_lambda_python_alpha/_jsii/__init__.py +2 -2
- aws_cdk_aws_lambda_python_alpha-2.203.0a0/src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.203.0-alpha.0.jsii.tgz +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0/src/aws_cdk.aws_lambda_python_alpha.egg-info}/PKG-INFO +2 -2
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/SOURCES.txt +1 -1
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/requires.txt +1 -1
- aws_cdk_aws_lambda_python_alpha-2.202.0a0/src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.202.0-alpha.0.jsii.tgz +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/LICENSE +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/MANIFEST.in +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/NOTICE +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/README.md +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/pyproject.toml +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/setup.cfg +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/src/aws_cdk/aws_lambda_python_alpha/py.typed +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/dependency_links.txt +0 -0
- {aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/top_level.txt +0 -0
|
@@ -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.203.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
|
|
@@ -22,7 +22,7 @@ Requires-Python: ~=3.9
|
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
25
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.203.0
|
|
26
26
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
27
|
Requires-Dist: jsii<2.0.0,>=1.112.0
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
{aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/setup.py
RENAMED
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.aws-lambda-python-alpha",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.203.0.a0",
|
|
9
9
|
"description": "The CDK Construct Library for AWS Lambda in Python",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/aws/aws-cdk",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_cdk.aws_lambda_python_alpha._jsii": [
|
|
29
|
-
"aws-lambda-python-alpha@2.
|
|
29
|
+
"aws-lambda-python-alpha@2.203.0-alpha.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.aws_lambda_python_alpha": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,7 +34,7 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
37
|
+
"aws-cdk-lib>=2.203.0, <3.0.0",
|
|
38
38
|
"constructs>=10.0.0, <11.0.0",
|
|
39
39
|
"jsii>=1.112.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3",
|
|
@@ -972,6 +972,7 @@ class PythonFunction(
|
|
|
972
972
|
log_format: typing.Optional[builtins.str] = None,
|
|
973
973
|
logging_format: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.LoggingFormat] = None,
|
|
974
974
|
log_group: typing.Optional[_aws_cdk_aws_logs_ceddda9d.ILogGroup] = None,
|
|
975
|
+
log_removal_policy: typing.Optional[_aws_cdk_ceddda9d.RemovalPolicy] = None,
|
|
975
976
|
log_retention: typing.Optional[_aws_cdk_aws_logs_ceddda9d.RetentionDays] = None,
|
|
976
977
|
log_retention_retry_options: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.LogRetentionRetryOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
977
978
|
log_retention_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
|
|
@@ -1030,7 +1031,8 @@ class PythonFunction(
|
|
|
1030
1031
|
:param log_format: (deprecated) Sets the logFormat for the function. Default: "Text"
|
|
1031
1032
|
:param logging_format: Sets the loggingFormat for the function. Default: LoggingFormat.TEXT
|
|
1032
1033
|
:param log_group: The log group the function sends logs to. By default, Lambda functions send logs to an automatically created default log group named /aws/lambda/<function name>. However you cannot change the properties of this auto-created log group using the AWS CDK, e.g. you cannot set a different log retention. Use the ``logGroup`` property to create a fully customizable LogGroup ahead of time, and instruct the Lambda function to send logs to it. Providing a user-controlled log group was rolled out to commercial regions on 2023-11-16. If you are deploying to another type of region, please check regional availability first. Default: ``/aws/lambda/${this.functionName}`` - default log group created by Lambda
|
|
1033
|
-
:param
|
|
1034
|
+
:param log_removal_policy: (deprecated) Determine the removal policy of the log group that is auto-created by this construct. Normally you want to retain the log group so you can diagnose issues from logs even after a deployment that no longer includes the log group. In that case, use the normal date-based retention policy to age out your logs. Default: RemovalPolicy.Retain
|
|
1035
|
+
:param log_retention: (deprecated) The number of days log events are kept in CloudWatch Logs. When updating this property, unsetting it doesn't remove the log retention policy. To remove the retention policy, set the value to ``INFINITE``. This is a legacy API and we strongly recommend you move away from it if you can. Instead create a fully customizable log group with ``logs.LogGroup`` and use the ``logGroup`` property to instruct the Lambda function to send logs to it. Migrating from ``logRetention`` to ``logGroup`` will cause the name of the log group to change. Users and code and referencing the name verbatim will have to adjust. In AWS CDK code, you can access the log group name directly from the LogGroup construct:: import * as logs from 'aws-cdk-lib/aws-logs'; declare const myLogGroup: logs.LogGroup; myLogGroup.logGroupName; Default: logs.RetentionDays.INFINITE
|
|
1034
1036
|
:param log_retention_retry_options: When log retention is specified, a custom resource attempts to create the CloudWatch log group. These options control the retry policy when interacting with CloudWatch APIs. This is a legacy API and we strongly recommend you migrate to ``logGroup`` if you can. ``logGroup`` allows you to create a fully customizable log group and instruct the Lambda function to send logs to it. Default: - Default AWS SDK retry options.
|
|
1035
1037
|
:param log_retention_role: The IAM role for the Lambda function associated with the custom resource that sets the retention policy. This is a legacy API and we strongly recommend you migrate to ``logGroup`` if you can. ``logGroup`` allows you to create a fully customizable log group and instruct the Lambda function to send logs to it. Default: - A new role is created.
|
|
1036
1038
|
:param memory_size: The amount of memory, in MB, that is allocated to your Lambda function. Lambda uses this value to proportionally allocate the amount of CPU power. For more information, see Resource Model in the AWS Lambda Developer Guide. Default: 128
|
|
@@ -1092,6 +1094,7 @@ class PythonFunction(
|
|
|
1092
1094
|
log_format=log_format,
|
|
1093
1095
|
logging_format=logging_format,
|
|
1094
1096
|
log_group=log_group,
|
|
1097
|
+
log_removal_policy=log_removal_policy,
|
|
1095
1098
|
log_retention=log_retention,
|
|
1096
1099
|
log_retention_retry_options=log_retention_retry_options,
|
|
1097
1100
|
log_retention_role=log_retention_role,
|
|
@@ -1163,6 +1166,7 @@ class PythonFunction(
|
|
|
1163
1166
|
"log_format": "logFormat",
|
|
1164
1167
|
"logging_format": "loggingFormat",
|
|
1165
1168
|
"log_group": "logGroup",
|
|
1169
|
+
"log_removal_policy": "logRemovalPolicy",
|
|
1166
1170
|
"log_retention": "logRetention",
|
|
1167
1171
|
"log_retention_retry_options": "logRetentionRetryOptions",
|
|
1168
1172
|
"log_retention_role": "logRetentionRole",
|
|
@@ -1223,6 +1227,7 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
|
|
|
1223
1227
|
log_format: typing.Optional[builtins.str] = None,
|
|
1224
1228
|
logging_format: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.LoggingFormat] = None,
|
|
1225
1229
|
log_group: typing.Optional[_aws_cdk_aws_logs_ceddda9d.ILogGroup] = None,
|
|
1230
|
+
log_removal_policy: typing.Optional[_aws_cdk_ceddda9d.RemovalPolicy] = None,
|
|
1226
1231
|
log_retention: typing.Optional[_aws_cdk_aws_logs_ceddda9d.RetentionDays] = None,
|
|
1227
1232
|
log_retention_retry_options: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.LogRetentionRetryOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1228
1233
|
log_retention_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
|
|
@@ -1280,7 +1285,8 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
|
|
|
1280
1285
|
:param log_format: (deprecated) Sets the logFormat for the function. Default: "Text"
|
|
1281
1286
|
:param logging_format: Sets the loggingFormat for the function. Default: LoggingFormat.TEXT
|
|
1282
1287
|
:param log_group: The log group the function sends logs to. By default, Lambda functions send logs to an automatically created default log group named /aws/lambda/<function name>. However you cannot change the properties of this auto-created log group using the AWS CDK, e.g. you cannot set a different log retention. Use the ``logGroup`` property to create a fully customizable LogGroup ahead of time, and instruct the Lambda function to send logs to it. Providing a user-controlled log group was rolled out to commercial regions on 2023-11-16. If you are deploying to another type of region, please check regional availability first. Default: ``/aws/lambda/${this.functionName}`` - default log group created by Lambda
|
|
1283
|
-
:param
|
|
1288
|
+
:param log_removal_policy: (deprecated) Determine the removal policy of the log group that is auto-created by this construct. Normally you want to retain the log group so you can diagnose issues from logs even after a deployment that no longer includes the log group. In that case, use the normal date-based retention policy to age out your logs. Default: RemovalPolicy.Retain
|
|
1289
|
+
:param log_retention: (deprecated) The number of days log events are kept in CloudWatch Logs. When updating this property, unsetting it doesn't remove the log retention policy. To remove the retention policy, set the value to ``INFINITE``. This is a legacy API and we strongly recommend you move away from it if you can. Instead create a fully customizable log group with ``logs.LogGroup`` and use the ``logGroup`` property to instruct the Lambda function to send logs to it. Migrating from ``logRetention`` to ``logGroup`` will cause the name of the log group to change. Users and code and referencing the name verbatim will have to adjust. In AWS CDK code, you can access the log group name directly from the LogGroup construct:: import * as logs from 'aws-cdk-lib/aws-logs'; declare const myLogGroup: logs.LogGroup; myLogGroup.logGroupName; Default: logs.RetentionDays.INFINITE
|
|
1284
1290
|
:param log_retention_retry_options: When log retention is specified, a custom resource attempts to create the CloudWatch log group. These options control the retry policy when interacting with CloudWatch APIs. This is a legacy API and we strongly recommend you migrate to ``logGroup`` if you can. ``logGroup`` allows you to create a fully customizable log group and instruct the Lambda function to send logs to it. Default: - Default AWS SDK retry options.
|
|
1285
1291
|
:param log_retention_role: The IAM role for the Lambda function associated with the custom resource that sets the retention policy. This is a legacy API and we strongly recommend you migrate to ``logGroup`` if you can. ``logGroup`` allows you to create a fully customizable log group and instruct the Lambda function to send logs to it. Default: - A new role is created.
|
|
1286
1292
|
:param memory_size: The amount of memory, in MB, that is allocated to your Lambda function. Lambda uses this value to proportionally allocate the amount of CPU power. For more information, see Resource Model in the AWS Lambda Developer Guide. Default: 128
|
|
@@ -1363,6 +1369,7 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
|
|
|
1363
1369
|
check_type(argname="argument log_format", value=log_format, expected_type=type_hints["log_format"])
|
|
1364
1370
|
check_type(argname="argument logging_format", value=logging_format, expected_type=type_hints["logging_format"])
|
|
1365
1371
|
check_type(argname="argument log_group", value=log_group, expected_type=type_hints["log_group"])
|
|
1372
|
+
check_type(argname="argument log_removal_policy", value=log_removal_policy, expected_type=type_hints["log_removal_policy"])
|
|
1366
1373
|
check_type(argname="argument log_retention", value=log_retention, expected_type=type_hints["log_retention"])
|
|
1367
1374
|
check_type(argname="argument log_retention_retry_options", value=log_retention_retry_options, expected_type=type_hints["log_retention_retry_options"])
|
|
1368
1375
|
check_type(argname="argument log_retention_role", value=log_retention_role, expected_type=type_hints["log_retention_role"])
|
|
@@ -1451,6 +1458,8 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
|
|
|
1451
1458
|
self._values["logging_format"] = logging_format
|
|
1452
1459
|
if log_group is not None:
|
|
1453
1460
|
self._values["log_group"] = log_group
|
|
1461
|
+
if log_removal_policy is not None:
|
|
1462
|
+
self._values["log_removal_policy"] = log_removal_policy
|
|
1454
1463
|
if log_retention is not None:
|
|
1455
1464
|
self._values["log_retention"] = log_retention
|
|
1456
1465
|
if log_retention_retry_options is not None:
|
|
@@ -1856,11 +1865,29 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
|
|
|
1856
1865
|
result = self._values.get("log_group")
|
|
1857
1866
|
return typing.cast(typing.Optional[_aws_cdk_aws_logs_ceddda9d.ILogGroup], result)
|
|
1858
1867
|
|
|
1868
|
+
@builtins.property
|
|
1869
|
+
def log_removal_policy(self) -> typing.Optional[_aws_cdk_ceddda9d.RemovalPolicy]:
|
|
1870
|
+
'''(deprecated) Determine the removal policy of the log group that is auto-created by this construct.
|
|
1871
|
+
|
|
1872
|
+
Normally you want to retain the log group so you can diagnose issues
|
|
1873
|
+
from logs even after a deployment that no longer includes the log group.
|
|
1874
|
+
In that case, use the normal date-based retention policy to age out your
|
|
1875
|
+
logs.
|
|
1876
|
+
|
|
1877
|
+
:default: RemovalPolicy.Retain
|
|
1878
|
+
|
|
1879
|
+
:deprecated: use ``logGroup`` instead
|
|
1880
|
+
|
|
1881
|
+
:stability: deprecated
|
|
1882
|
+
'''
|
|
1883
|
+
result = self._values.get("log_removal_policy")
|
|
1884
|
+
return typing.cast(typing.Optional[_aws_cdk_ceddda9d.RemovalPolicy], result)
|
|
1885
|
+
|
|
1859
1886
|
@builtins.property
|
|
1860
1887
|
def log_retention(
|
|
1861
1888
|
self,
|
|
1862
1889
|
) -> typing.Optional[_aws_cdk_aws_logs_ceddda9d.RetentionDays]:
|
|
1863
|
-
'''The number of days log events are kept in CloudWatch Logs.
|
|
1890
|
+
'''(deprecated) The number of days log events are kept in CloudWatch Logs.
|
|
1864
1891
|
|
|
1865
1892
|
When updating
|
|
1866
1893
|
this property, unsetting it doesn't remove the log retention policy. To
|
|
@@ -1881,6 +1908,10 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
|
|
|
1881
1908
|
my_log_group.log_group_name
|
|
1882
1909
|
|
|
1883
1910
|
:default: logs.RetentionDays.INFINITE
|
|
1911
|
+
|
|
1912
|
+
:deprecated: use ``logGroup`` instead
|
|
1913
|
+
|
|
1914
|
+
:stability: deprecated
|
|
1884
1915
|
'''
|
|
1885
1916
|
result = self._values.get("log_retention")
|
|
1886
1917
|
return typing.cast(typing.Optional[_aws_cdk_aws_logs_ceddda9d.RetentionDays], result)
|
|
@@ -2524,6 +2555,7 @@ def _typecheckingstub__5537a9d2877d6e8ff1275d2f45fdfd2900b726517ad0fa1c220fba47a
|
|
|
2524
2555
|
log_format: typing.Optional[builtins.str] = None,
|
|
2525
2556
|
logging_format: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.LoggingFormat] = None,
|
|
2526
2557
|
log_group: typing.Optional[_aws_cdk_aws_logs_ceddda9d.ILogGroup] = None,
|
|
2558
|
+
log_removal_policy: typing.Optional[_aws_cdk_ceddda9d.RemovalPolicy] = None,
|
|
2527
2559
|
log_retention: typing.Optional[_aws_cdk_aws_logs_ceddda9d.RetentionDays] = None,
|
|
2528
2560
|
log_retention_retry_options: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.LogRetentionRetryOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2529
2561
|
log_retention_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
|
|
@@ -2583,6 +2615,7 @@ def _typecheckingstub__637cd4e3d3f8768a5067bfaaca86ae334c7670354dabddcb67008214b
|
|
|
2583
2615
|
log_format: typing.Optional[builtins.str] = None,
|
|
2584
2616
|
logging_format: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.LoggingFormat] = None,
|
|
2585
2617
|
log_group: typing.Optional[_aws_cdk_aws_logs_ceddda9d.ILogGroup] = None,
|
|
2618
|
+
log_removal_policy: typing.Optional[_aws_cdk_ceddda9d.RemovalPolicy] = None,
|
|
2586
2619
|
log_retention: typing.Optional[_aws_cdk_aws_logs_ceddda9d.RetentionDays] = None,
|
|
2587
2620
|
log_retention_retry_options: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.LogRetentionRetryOptions, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2588
2621
|
log_retention_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.IRole] = None,
|
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
35
|
"@aws-cdk/aws-lambda-python-alpha",
|
|
36
|
-
"2.
|
|
36
|
+
"2.203.0-alpha.0",
|
|
37
37
|
__name__[0:-6],
|
|
38
|
-
"aws-lambda-python-alpha@2.
|
|
38
|
+
"aws-lambda-python-alpha@2.203.0-alpha.0.jsii.tgz",
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
__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.203.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
|
|
@@ -22,7 +22,7 @@ Requires-Python: ~=3.9
|
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
25
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.203.0
|
|
26
26
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
27
|
Requires-Dist: jsii<2.0.0,>=1.112.0
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
@@ -12,4 +12,4 @@ src/aws_cdk.aws_lambda_python_alpha.egg-info/top_level.txt
|
|
|
12
12
|
src/aws_cdk/aws_lambda_python_alpha/__init__.py
|
|
13
13
|
src/aws_cdk/aws_lambda_python_alpha/py.typed
|
|
14
14
|
src/aws_cdk/aws_lambda_python_alpha/_jsii/__init__.py
|
|
15
|
-
src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.
|
|
15
|
+
src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.203.0-alpha.0.jsii.tgz
|
|
Binary file
|
{aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/LICENSE
RENAMED
|
File without changes
|
{aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/MANIFEST.in
RENAMED
|
File without changes
|
{aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/NOTICE
RENAMED
|
File without changes
|
{aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{aws_cdk_aws_lambda_python_alpha-2.202.0a0 → aws_cdk_aws_lambda_python_alpha-2.203.0a0}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|