UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

12 lines (11 loc) 193 B
{ "Comment": "A simple state machine to loop using the wait state", "StartAt": "Pause", "States": { "Pause": { "Type": "Wait", "Seconds": 2, "End": true } } }