UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

10 lines 154 B
{ "Comment": "Example of the Pass State", "StartAt": "PassState", "States": { "PassState": { "Type": "Pass", "End": true } } }