UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

15 lines 252 B
{ "Comment": "Example of the Pass State", "StartAt": "PassState", "States": { "PassState": { "Type": "Pass", "Result": { "x-datum": 0, "y-datum": 600 }, "OutputPath": null, "End": true } } }