Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.LambdaInvoke
Packages that use LambdaInvoke
Package
Description
Tasks for AWS Step Functions
-
Uses of LambdaInvoke in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return LambdaInvokeModifier and TypeMethodDescriptionLambdaInvoke.Builder.build()static LambdaInvokeLambdaInvoke.jsonata(software.constructs.Construct scope, String id, LambdaInvokeJsonataProps props) Invoke a Lambda function as a Task using JSONata.static LambdaInvokeLambdaInvoke.jsonPath(software.constructs.Construct scope, String id, LambdaInvokeJsonPathProps props) Invoke a Lambda function as a Task using JSONPath.