UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

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