Skip to content

Commit

Permalink
Merge branch 'master' into pr/sfn-fargate
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 22, 2021
2 parents ca91999 + 179d9e0 commit cfba37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-stepfunctions-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ merge a subset of the task output to the input.
Most tasks take parameters. Parameter values can either be static, supplied directly
in the workflow definition (by specifying their values), or a value available at runtime
in the state machine's execution (either as its input or an output of a prior state).
Parameter values available at runtime can be specified via the `Data` class,
Parameter values available at runtime can be specified via the `JsonPath` class,
using methods such as `JsonPath.stringAt()`.

The following example provides the field named `input` as the input to the Lambda function
Expand Down

0 comments on commit cfba37c

Please sign in to comment.