aws-solutions-constructs.aws-lambda-stepfunctions 2.96.0__py3-none-any.whl → 2.98.0__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_solutions_constructs/aws_lambda_stepfunctions/__init__.py +9 -6
- aws_solutions_constructs/aws_lambda_stepfunctions/_jsii/__init__.py +2 -2
- aws_solutions_constructs/aws_lambda_stepfunctions/_jsii/aws-lambda-stepfunctions@2.98.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info → aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info}/METADATA +3 -3
- aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info/RECORD +9 -0
- {aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info → aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info}/WHEEL +1 -1
- aws_solutions_constructs/aws_lambda_stepfunctions/_jsii/aws-lambda-stepfunctions@2.96.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info/RECORD +0 -9
- {aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info → aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info}/LICENSE +0 -0
- {aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info → aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info}/top_level.txt +0 -0
|
@@ -71,9 +71,9 @@ class LambdaToStepfunctions(
|
|
|
71
71
|
:param state_machine_props: User provided StateMachineProps to override the defaults. Default: - None
|
|
72
72
|
:param create_cloud_watch_alarms: Whether to create recommended CloudWatch alarms. Default: - Alarms are created
|
|
73
73
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
74
|
-
:param existing_lambda_obj:
|
|
74
|
+
:param existing_lambda_obj: Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
|
75
75
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
76
|
-
:param lambda_function_props:
|
|
76
|
+
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj`` causes an error. Default: - Default properties are used.
|
|
77
77
|
:param log_group_props: User provided props to override the default props for the CloudWatchLogs LogGroup. Default: - Default props are used
|
|
78
78
|
:param state_machine_environment_variable_name: Optional Name for the Lambda function environment variable set to the ARN of the state machine. Default: - STATE_MACHINE_ARN
|
|
79
79
|
:param vpc_props: Properties to override default properties if deployVpc is true.
|
|
@@ -161,9 +161,9 @@ class LambdaToStepfunctionsProps:
|
|
|
161
161
|
:param state_machine_props: User provided StateMachineProps to override the defaults. Default: - None
|
|
162
162
|
:param create_cloud_watch_alarms: Whether to create recommended CloudWatch alarms. Default: - Alarms are created
|
|
163
163
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
164
|
-
:param existing_lambda_obj:
|
|
164
|
+
:param existing_lambda_obj: Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
|
165
165
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
166
|
-
:param lambda_function_props:
|
|
166
|
+
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj`` causes an error. Default: - Default properties are used.
|
|
167
167
|
:param log_group_props: User provided props to override the default props for the CloudWatchLogs LogGroup. Default: - Default props are used
|
|
168
168
|
:param state_machine_environment_variable_name: Optional Name for the Lambda function environment variable set to the ARN of the state machine. Default: - STATE_MACHINE_ARN
|
|
169
169
|
:param vpc_props: Properties to override default properties if deployVpc is true.
|
|
@@ -243,7 +243,7 @@ class LambdaToStepfunctionsProps:
|
|
|
243
243
|
def existing_lambda_obj(
|
|
244
244
|
self,
|
|
245
245
|
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
|
|
246
|
-
'''
|
|
246
|
+
'''Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
|
|
247
247
|
|
|
248
248
|
:default: - None
|
|
249
249
|
'''
|
|
@@ -260,7 +260,10 @@ class LambdaToStepfunctionsProps:
|
|
|
260
260
|
def lambda_function_props(
|
|
261
261
|
self,
|
|
262
262
|
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
263
|
-
'''
|
|
263
|
+
'''Optional - user provided props to override the default props for the Lambda function.
|
|
264
|
+
|
|
265
|
+
Providing both this and ``existingLambdaObj``
|
|
266
|
+
causes an error.
|
|
264
267
|
|
|
265
268
|
:default: - Default properties are used.
|
|
266
269
|
'''
|
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@aws-solutions-constructs/aws-lambda-stepfunctions",
|
|
37
|
-
"2.
|
|
37
|
+
"2.98.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-lambda-stepfunctions@2.
|
|
39
|
+
"aws-lambda-stepfunctions@2.98.0.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
aws_solutions_constructs/aws_lambda_stepfunctions/_jsii/aws-lambda-stepfunctions@2.98.0.jsii.tgz
ADDED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-stepfunctions
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.98.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and an AWS Step Function.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,8 +18,8 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib <3.0.0,>=2.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core ==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib <3.0.0,>=2.234.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core ==2.98.0
|
|
23
23
|
Requires-Dist: constructs <11.0.0,>=10.0.0
|
|
24
24
|
Requires-Dist: jsii <2.0.0,>=1.119.0
|
|
25
25
|
Requires-Dist: publication >=0.0.3
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
aws_solutions_constructs/aws_lambda_stepfunctions/__init__.py,sha256=kj-HtriGDQvMEACkTHDyy7ZV4HzKM1DON0rlSFiDYTQ,19181
|
|
2
|
+
aws_solutions_constructs/aws_lambda_stepfunctions/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_solutions_constructs/aws_lambda_stepfunctions/_jsii/__init__.py,sha256=vDhNGFzqzILbofEavXuem41KTT_NAV8zUN2G35AgMz0,1543
|
|
4
|
+
aws_solutions_constructs/aws_lambda_stepfunctions/_jsii/aws-lambda-stepfunctions@2.98.0.jsii.tgz,sha256=UplM7r2Rq9ZFKE79Bz7hNSLB-FvBHXiZiWP0zOvlUZE,141277
|
|
5
|
+
aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
|
6
|
+
aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info/METADATA,sha256=wso0e1ulGeJK_NTqb5B2qSYE7hr0Q5Kl-Rk2Ec4iqiE,1340
|
|
7
|
+
aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info/WHEEL,sha256=WnJ8fYhv8N4SYVK2lLYNI6N0kVATA7b0piVUNvqIIJE,91
|
|
8
|
+
aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
|
9
|
+
aws_solutions_constructs_aws_lambda_stepfunctions-2.98.0.dist-info/RECORD,,
|
aws_solutions_constructs/aws_lambda_stepfunctions/_jsii/aws-lambda-stepfunctions@2.96.0.jsii.tgz
DELETED
|
Binary file
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
aws_solutions_constructs/aws_lambda_stepfunctions/__init__.py,sha256=9XLJos0dzE_hr-aUz31q5dHX-on45PSUHe5BMJj2G4U,18900
|
|
2
|
-
aws_solutions_constructs/aws_lambda_stepfunctions/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_solutions_constructs/aws_lambda_stepfunctions/_jsii/__init__.py,sha256=XK_wp3ukVy7DiOgOy233vAc8tol4zUuL4qYSG0nm3xg,1543
|
|
4
|
-
aws_solutions_constructs/aws_lambda_stepfunctions/_jsii/aws-lambda-stepfunctions@2.96.0.jsii.tgz,sha256=HLlOQDAcQ3jxRACIu5vqlAVnDLdFVPnGFnW3HAuJG8o,134113
|
|
5
|
-
aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
|
6
|
-
aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info/METADATA,sha256=3YfgWYEKG4rB_Qf_tw0Cqdl1vZwydISOk5rS3IgCWPo,1340
|
|
7
|
-
aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
8
|
-
aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
|
9
|
-
aws_solutions_constructs_aws_lambda_stepfunctions-2.96.0.dist-info/RECORD,,
|
|
File without changes
|