UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

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