UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

14 lines (13 loc) 245 B
{ "Comment": "Example of the Intrinsic Function State", "StartAt": "First", "States": { "First": { "Type": "Pass", "Parameters": { "foo.$": "States.JsonToString('not-a-path')" }, "End": true } } }