UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

14 lines (13 loc) 284 B
{ "Comment": "Example of the Intrinsic Function State", "StartAt": "First", "States": { "First": { "Type": "Pass", "Parameters": { "foo.$": "States.Array('one', 'two', States.Array('three', 'four', 'five'), 'six')" }, "End": true } } }