aws-cdk.aws-lambda-python-alpha 2.163.1a0__tar.gz → 2.164.1a0__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.163.1a0/src/aws_cdk.aws_lambda_python_alpha.egg-info → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/PKG-INFO +2 -2
  2. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/setup.py +3 -3
  3. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/src/aws_cdk/aws_lambda_python_alpha/__init__.py +3 -3
  4. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/src/aws_cdk/aws_lambda_python_alpha/_jsii/__init__.py +2 -2
  5. aws_cdk_aws_lambda_python_alpha-2.164.1a0/src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.164.1-alpha.0.jsii.tgz +0 -0
  6. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0/src/aws_cdk.aws_lambda_python_alpha.egg-info}/PKG-INFO +2 -2
  7. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/SOURCES.txt +1 -1
  8. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/requires.txt +1 -1
  9. aws_cdk_aws_lambda_python_alpha-2.163.1a0/src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.163.1-alpha.0.jsii.tgz +0 -0
  10. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/LICENSE +0 -0
  11. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/MANIFEST.in +0 -0
  12. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/NOTICE +0 -0
  13. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/README.md +0 -0
  14. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/pyproject.toml +0 -0
  15. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/setup.cfg +0 -0
  16. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/src/aws_cdk/aws_lambda_python_alpha/py.typed +0 -0
  17. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/src/aws_cdk.aws_lambda_python_alpha.egg-info/dependency_links.txt +0 -0
  18. {aws_cdk_aws_lambda_python_alpha-2.163.1a0 → aws_cdk_aws_lambda_python_alpha-2.164.1a0}/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.163.1a0
3
+ Version: 2.164.1a0
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.163.1
26
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.164.1
27
27
  Requires-Dist: constructs<11.0.0,>=10.0.0
28
28
  Requires-Dist: jsii<2.0.0,>=1.103.1
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.163.1.a0",
8
+ "version": "2.164.1.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.163.1-alpha.0.jsii.tgz"
29
+ "aws-lambda-python-alpha@2.164.1-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.163.1, <3.0.0",
37
+ "aws-cdk-lib>=2.164.1, <3.0.0",
38
38
  "constructs>=10.0.0, <11.0.0",
39
39
  "jsii>=1.103.1, <2.0.0",
40
40
  "publication>=0.0.3",
@@ -1037,7 +1037,7 @@ class PythonFunction(
1037
1037
  :param params_and_secrets: Specify the configuration of Parameters and Secrets Extension. Default: - No Parameters and Secrets Extension
1038
1038
  :param profiling: Enable profiling. Default: - No profiling.
1039
1039
  :param profiling_group: Profiling Group. Default: - A new profiling group will be created if ``profiling`` is set.
1040
- :param recursive_loop: Sets the Recursive Loop Protection for Lambda Function. It lets Lambda detect and terminate unintended recusrive loops. Default: RecursiveLoop.Terminate
1040
+ :param recursive_loop: Sets the Recursive Loop Protection for Lambda Function. It lets Lambda detect and terminate unintended recursive loops. Default: RecursiveLoop.Terminate
1041
1041
  :param reserved_concurrent_executions: The maximum of concurrent executions you want to reserve for the function. Default: - No specific limit - account limit.
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
@@ -1278,7 +1278,7 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
1278
1278
  :param params_and_secrets: Specify the configuration of Parameters and Secrets Extension. Default: - No Parameters and Secrets Extension
1279
1279
  :param profiling: Enable profiling. Default: - No profiling.
1280
1280
  :param profiling_group: Profiling Group. Default: - A new profiling group will be created if ``profiling`` is set.
1281
- :param recursive_loop: Sets the Recursive Loop Protection for Lambda Function. It lets Lambda detect and terminate unintended recusrive loops. Default: RecursiveLoop.Terminate
1281
+ :param recursive_loop: Sets the Recursive Loop Protection for Lambda Function. It lets Lambda detect and terminate unintended recursive loops. Default: RecursiveLoop.Terminate
1282
1282
  :param reserved_concurrent_executions: The maximum of concurrent executions you want to reserve for the function. Default: - No specific limit - account limit.
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
@@ -1960,7 +1960,7 @@ class PythonFunctionProps(_aws_cdk_aws_lambda_ceddda9d.FunctionOptions):
1960
1960
  ) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.RecursiveLoop]:
1961
1961
  '''Sets the Recursive Loop Protection for Lambda Function.
1962
1962
 
1963
- It lets Lambda detect and terminate unintended recusrive loops.
1963
+ It lets Lambda detect and terminate unintended recursive loops.
1964
1964
 
1965
1965
  :default: RecursiveLoop.Terminate
1966
1966
  '''
@@ -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.163.1-alpha.0",
36
+ "2.164.1-alpha.0",
37
37
  __name__[0:-6],
38
- "aws-lambda-python-alpha@2.163.1-alpha.0.jsii.tgz",
38
+ "aws-lambda-python-alpha@2.164.1-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.163.1a0
3
+ Version: 2.164.1a0
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.163.1
26
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.164.1
27
27
  Requires-Dist: constructs<11.0.0,>=10.0.0
28
28
  Requires-Dist: jsii<2.0.0,>=1.103.1
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.163.1-alpha.0.jsii.tgz
15
+ src/aws_cdk/aws_lambda_python_alpha/_jsii/aws-lambda-python-alpha@2.164.1-alpha.0.jsii.tgz
@@ -1,4 +1,4 @@
1
- aws-cdk-lib<3.0.0,>=2.163.1
1
+ aws-cdk-lib<3.0.0,>=2.164.1
2
2
  constructs<11.0.0,>=10.0.0
3
3
  jsii<2.0.0,>=1.103.1
4
4
  publication>=0.0.3