UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

14 lines (13 loc) 281 B
{ "Comment": "Example of the Intrinsic Function State", "StartAt": "First", "States": { "First": { "Type": "Pass", "Parameters": { "foo.$": "States.Format('Your name is {}, we are in the year {}', $.name, 2020)" }, "End": true } } }