Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-stepfunctions/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shivlaks authored Apr 21, 2020
1 parent 443e5d2 commit f053868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-stepfunctions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ You can specify the input to your Lambda function through the `payload` attribut
By default, no payload is specified so Step Functions invokes Lambda with the empty
object `{ }` as input.

The following snippet invokes a Lambda Function with the task context as the input
The following snippet invokes a Lambda Function with the state input as the payload
by referencing the `$` path.

```ts
Expand Down

0 comments on commit f053868

Please sign in to comment.