UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

14 lines (13 loc) 231 B
{ "Comment": "Example of the Intrinsic Function State", "StartAt": "First", "States": { "First": { "Type": "Pass", "Parameters": { "foo.$": "States.Format(true)" }, "End": true } } }