Skip to content

Commit

Permalink
fix words
Browse files Browse the repository at this point in the history
  • Loading branch information
vekee committed Nov 9, 2023
1 parent e04ea16 commit 8fb1c01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ But I found another way can pass the state input through the lambda one by one.
```json
"ResultPath": "$.dispatcher_result",
```
+ use `InputPath` to set all the result at next lambda.
+ use `InputPath` to pass all the result to next lambda.
```json
"InputPath": "$",
```
use this solution, the state input will be passed through the lambda one by one.
use this solution, the state input will be pass through the lambda one by one.
If you want to get a part of result to next state lambda, you can also use the `Parameters` or `InputPath` to select the neccessary input.

#### all statemachine code
Expand Down

0 comments on commit 8fb1c01

Please sign in to comment.