Versions in this module Expand all Collapse all v2 v2.2.0 Jan 1, 2022 Changes in this version + func LambdaToStepfunctions_IsConstruct(x interface{}) *bool + func NewLambdaToStepfunctions_Override(l LambdaToStepfunctions, scope constructs.Construct, id *string, ...) + type LambdaToStepfunctions interface + CloudwatchAlarms func() *[]awscloudwatch.Alarm + LambdaFunction func() awslambda.Function + Node func() constructs.Node + StateMachine func() awsstepfunctions.StateMachine + StateMachineLogGroup func() awslogs.ILogGroup + ToString func() *string + Vpc func() awsec2.IVpc + func NewLambdaToStepfunctions(scope constructs.Construct, id *string, props *LambdaToStepfunctionsProps) LambdaToStepfunctions + type LambdaToStepfunctionsProps struct + CreateCloudWatchAlarms *bool + DeployVpc *bool + ExistingLambdaObj awslambda.Function + ExistingVpc awsec2.IVpc + LambdaFunctionProps *awslambda.FunctionProps + LogGroupProps *awslogs.LogGroupProps + StateMachineEnvironmentVariableName *string + StateMachineProps *awsstepfunctions.StateMachineProps + VpcProps *awsec2.VpcProps