Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. "Comment": "a state machine factory",
  3. "StartAt": "Setup",
  4. "States": {
  5. "Setup": {
  6. "Type": "Pass",
  7. "Parameters": {
  8. "payloadBucket": "adam-orch-poc-860696212293",
  9. "orchestrationName.$": "$.runId"
  10. },
  11. "ResultPath": "$.setupResult",
  12. "End": true
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement