UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

12 lines (11 loc) 207 B
{ "Comment": "A simple state machine to loop using the wait state", "StartAt": "Pause", "States": { "Pause": { "Type": "Wait", "SecondsPath": "$.waitFor", "End": true } } }