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 05ec5d4 commit e3fc24f
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 @@ -185,7 +185,7 @@ The following snippet invokes a Lambda Function by referencing the `$.Payload` p
to reference the output of a Lambda executed before it.

```ts
new sfn.Task(this, 'Invoke with task context', {
new sfn.Task(this, 'Invoke with empty payload', {
task: new tasks.RunLambdaTask(myLambda),
});

Expand Down

0 comments on commit e3fc24f

Please sign in to comment.