UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

13 lines (12 loc) 211 B
{ "Comment": "Example of the Pass State", "StartAt": "PassState", "States": { "PassState": { "Type": "Pass", "InputPath": null, "ResultPath": "$.place", "End": true } } }