aws-cdk.aws-lambda-python-alpha 2.165.0a0__tar.gz → 2.167.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.
Files changed (18) hide show
  1. {aws_cdk_aws_lambda_python_alpha-2.165.0a0/src/aws_cdk.aws_lambda_python_alpha.egg-info → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/PKG-INFO +2 -2
  2. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/setup.py +3 -3
  3. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/src/aws_cdk/aws_lambda_python_alpha/__init__.py +3 -3
  4. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/src/aws_cdk/aws_lambda_python_alpha/_jsii/__init__.py +2 -2
  5. aws_cdk_aws_lambda_python_alpha-2.167.0a0/src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.167.0-alpha.0.jsii.tgz +0 -0
  6. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0/src/aws_cdk.aws_lambda_python_alpha.egg-info}/PKG-INFO +2 -2
  7. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/SOURCES.txt +1 -1
  8. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/requires.txt +1 -1
  9. aws_cdk_aws_lambda_python_alpha-2.165.0a0/src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.165.0-alpha.0.jsii.tgz +0 -0
  10. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/LICENSE +0 -0
  11. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/MANIFEST.in +0 -0
  12. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/NOTICE +0 -0
  13. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/README.md +0 -0
  14. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/pyproject.toml +0 -0
  15. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/setup.cfg +0 -0
  16. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/src/aws_cdk/aws_lambda_python_alpha/py.typed +0 -0
  17. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.0a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/dependency_links.txt +0 -0
  18. {aws_cdk_aws_lambda_python_alpha-2.165.0a0 → aws_cdk_aws_lambda_python_alpha-2.167.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.165.0a0
3
+ Version: 2.167.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
@@ -23,7 +23,7 @@ Requires-Python: ~=3.8
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  License-File: NOTICE
26
- Requires-Dist: aws-cdk-lib<3.0.0,>=2.165.0
26
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.167.0
27
27
  Requires-Dist: constructs<11.0.0,>=10.0.0
28
28
  Requires-Dist: jsii<2.0.0,>=1.104.0
29
29
  Requires-Dist: publication>=0.0.3
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk.aws-lambda-python-alpha",
8
- "version": "2.165.0.a0",
8
+ "version": "2.167.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.165.0-alpha.0.jsii.tgz"
29
+ "aws-lambda-python-alpha@2.167.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.165.0, <3.0.0",
37
+ "aws-cdk-lib>=2.167.0, <3.0.0",
38
38
  "constructs>=10.0.0, <11.0.0",
39
39
  "jsii>=1.104.0, <2.0.0",
40
40
  "publication>=0.0.3",
@@ -1042,7 +1042,7 @@ class PythonFunction(
1042
1042
  :param role: Lambda execution role. This is the role that will be assumed by the function upon execution. It controls the permissions that the function will have. The Role must be assumable by the 'lambda.amazonaws.com' service principal. The default Role automatically has permissions granted for Lambda execution. If you provide a Role, you must add the relevant AWS managed policies yourself. The relevant managed policies are "service-role/AWSLambdaBasicExecutionRole" and "service-role/AWSLambdaVPCAccessExecutionRole". Default: - A unique role will be generated for this lambda function. Both supplied and generated roles can always be changed by calling ``addToRolePolicy``.
1043
1043
  :param runtime_management_mode: Sets the runtime management configuration for a function's version. Default: Auto
1044
1044
  :param security_groups: The list of security groups to associate with the Lambda's network interfaces. Only used if 'vpc' is supplied. Default: - If the function is placed within a VPC and a security group is not specified, either by this or securityGroup prop, a dedicated security group will be created for this function.
1045
- :param snap_start: Enable SnapStart for Lambda Function. SnapStart is currently supported only for Java 11, 17 runtime Default: - No snapstart
1045
+ :param snap_start: Enable SnapStart for Lambda Function. SnapStart is currently supported for Java 11, Java 17, Python 3.12, Python 3.13, and .NET 8 runtime Default: - No snapstart
1046
1046
  :param system_log_level: (deprecated) Sets the system log level for the function. Default: "INFO"
1047
1047
  :param system_log_level_v2: Sets the system log level for the function. Default: SystemLogLevel.INFO
1048
1048
  :param timeout: The function execution time (in seconds) after which Lambda terminates the function. Because the execution time affects cost, set this value based on the function's expected execution time. Default: Duration.seconds(3)
@@ -1283,7 +1283,7 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
1283
1283
  :param role: Lambda execution role. This is the role that will be assumed by the function upon execution. It controls the permissions that the function will have. The Role must be assumable by the 'lambda.amazonaws.com' service principal. The default Role automatically has permissions granted for Lambda execution. If you provide a Role, you must add the relevant AWS managed policies yourself. The relevant managed policies are "service-role/AWSLambdaBasicExecutionRole" and "service-role/AWSLambdaVPCAccessExecutionRole". Default: - A unique role will be generated for this lambda function. Both supplied and generated roles can always be changed by calling ``addToRolePolicy``.
1284
1284
  :param runtime_management_mode: Sets the runtime management configuration for a function's version. Default: Auto
1285
1285
  :param security_groups: The list of security groups to associate with the Lambda's network interfaces. Only used if 'vpc' is supplied. Default: - If the function is placed within a VPC and a security group is not specified, either by this or securityGroup prop, a dedicated security group will be created for this function.
1286
- :param snap_start: Enable SnapStart for Lambda Function. SnapStart is currently supported only for Java 11, 17 runtime Default: - No snapstart
1286
+ :param snap_start: Enable SnapStart for Lambda Function. SnapStart is currently supported for Java 11, Java 17, Python 3.12, Python 3.13, and .NET 8 runtime Default: - No snapstart
1287
1287
  :param system_log_level: (deprecated) Sets the system log level for the function. Default: "INFO"
1288
1288
  :param system_log_level_v2: Sets the system log level for the function. Default: SystemLogLevel.INFO
1289
1289
  :param timeout: The function execution time (in seconds) after which Lambda terminates the function. Because the execution time affects cost, set this value based on the function's expected execution time. Default: Duration.seconds(3)
@@ -2032,7 +2032,7 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
2032
2032
  def snap_start(self) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.SnapStartConf]:
2033
2033
  '''Enable SnapStart for Lambda Function.
2034
2034
 
2035
- SnapStart is currently supported only for Java 11, 17 runtime
2035
+ SnapStart is currently supported for Java 11, Java 17, Python 3.12, Python 3.13, and .NET 8 runtime
2036
2036
 
2037
2037
  :default: - No snapstart
2038
2038
  '''
@@ -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.165.0-alpha.0",
36
+ "2.167.0-alpha.0",
37
37
  __name__[0:-6],
38
- "aws-lambda-python-alpha@2.165.0-alpha.0.jsii.tgz",
38
+ "aws-lambda-python-alpha@2.167.0-alpha.0.jsii.tgz",
39
39
  )
40
40
 
41
41
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.aws-lambda-python-alpha
3
- Version: 2.165.0a0
3
+ Version: 2.167.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
@@ -23,7 +23,7 @@ Requires-Python: ~=3.8
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  License-File: NOTICE
26
- Requires-Dist: aws-cdk-lib<3.0.0,>=2.165.0
26
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.167.0
27
27
  Requires-Dist: constructs<11.0.0,>=10.0.0
28
28
  Requires-Dist: jsii<2.0.0,>=1.104.0
29
29
  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.165.0-alpha.0.jsii.tgz
15
+ src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.167.0-alpha.0.jsii.tgz
@@ -1,4 +1,4 @@
1
- aws-cdk-lib<3.0.0,>=2.165.0
1
+ aws-cdk-lib<3.0.0,>=2.167.0
2
2
  constructs<11.0.0,>=10.0.0
3
3
  jsii<2.0.0,>=1.104.0
4
4
  publication>=0.0.3