aws-cdk.aws-lambda-python-alpha 2.122.0a0__tar.gz → 2.124.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.122.0a0/src/aws_cdk.aws_lambda_python_alpha.egg-info → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/PKG-INFO +1 -1
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/setup.py +3 -3
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/src/aws_cdk/aws_lambda_python_alpha/__init__.py +2 -2
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/src/aws_cdk/aws_lambda_python_alpha/_jsii/__init__.py +2 -2
- aws-cdk.aws-lambda-python-alpha-2.124.0a0/src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.124.0-alpha.0.jsii.tgz +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0/src/aws_cdk.aws_lambda_python_alpha.egg-info}/PKG-INFO +1 -1
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/SOURCES.txt +1 -1
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/requires.txt +1 -1
- aws-cdk.aws-lambda-python-alpha-2.122.0a0/src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.122.0-alpha.0.jsii.tgz +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/LICENSE +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/MANIFEST.in +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/NOTICE +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/README.md +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/pyproject.toml +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/setup.cfg +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/src/aws_cdk/aws_lambda_python_alpha/py.typed +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/dependency_links.txt +0 -0
- {aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/top_level.txt +0 -0
{aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.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.124.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.124.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.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
37
|
+
"aws-cdk-lib>=2.124.0, <3.0.0",
|
|
38
38
|
"constructs>=10.0.0, <11.0.0",
|
|
39
39
|
"jsii>=1.94.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3",
|
|
@@ -1001,7 +1001,7 @@ class PythonFunction(
|
|
|
1001
1001
|
:param insights_version: Specify the version of CloudWatch Lambda insights to use for monitoring. Default: - No Lambda Insights
|
|
1002
1002
|
:param layers: A list of layers to add to the function's execution environment. You can configure your Lambda function to pull in additional code during initialization in the form of layers. Layers are packages of libraries or other dependencies that can be used by multiple functions. Default: - No layers.
|
|
1003
1003
|
:param log_format: Sets the logFormat for the function. Default: "Text"
|
|
1004
|
-
: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
|
|
1004
|
+
: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. Default: ``/aws/lambda/${this.functionName}`` - default log group created by Lambda
|
|
1005
1005
|
: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``. Default: logs.RetentionDays.INFINITE
|
|
1006
1006
|
:param log_retention_retry_options: (deprecated) 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. Default: - Default AWS SDK retry options.
|
|
1007
1007
|
:param log_retention_role: (deprecated) The IAM role for the Lambda function associated with the custom resource that sets the retention policy. Default: - A new role is created.
|
|
@@ -1218,7 +1218,7 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
|
|
|
1218
1218
|
:param insights_version: Specify the version of CloudWatch Lambda insights to use for monitoring. Default: - No Lambda Insights
|
|
1219
1219
|
:param layers: A list of layers to add to the function's execution environment. You can configure your Lambda function to pull in additional code during initialization in the form of layers. Layers are packages of libraries or other dependencies that can be used by multiple functions. Default: - No layers.
|
|
1220
1220
|
:param log_format: Sets the logFormat for the function. Default: "Text"
|
|
1221
|
-
: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
|
|
1221
|
+
: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. Default: ``/aws/lambda/${this.functionName}`` - default log group created by Lambda
|
|
1222
1222
|
: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``. Default: logs.RetentionDays.INFINITE
|
|
1223
1223
|
:param log_retention_retry_options: (deprecated) 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. Default: - Default AWS SDK retry options.
|
|
1224
1224
|
:param log_retention_role: (deprecated) The IAM role for the Lambda function associated with the custom resource that sets the retention policy. Default: - A new role is created.
|
|
@@ -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.124.0-alpha.0",
|
|
19
19
|
__name__[0:-6],
|
|
20
|
-
"aws-lambda-python-alpha@2.
|
|
20
|
+
"aws-lambda-python-alpha@2.124.0-alpha.0.jsii.tgz",
|
|
21
21
|
)
|
|
22
22
|
|
|
23
23
|
__all__ = [
|
|
Binary file
|
|
@@ -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.124.0-alpha.0.jsii.tgz
|
|
Binary file
|
{aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/LICENSE
RENAMED
|
File without changes
|
{aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/MANIFEST.in
RENAMED
|
File without changes
|
{aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/NOTICE
RENAMED
|
File without changes
|
{aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{aws-cdk.aws-lambda-python-alpha-2.122.0a0 → aws-cdk.aws-lambda-python-alpha-2.124.0a0}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|