UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

16 lines (15 loc) 262 B
{ "Comment": "Example of the Pass State", "StartAt": "PassState", "States": { "PassState": { "Type": "Pass", "Parameters": { "x-datum": 0, "y-datum": 600 }, "ResultPath": "$.place", "End": true } } }