UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

12 lines 225 B
{ "Comment": "Testing the required resource config", "StartAt": "Goodbye", "States": { "Goodbye": { "Type": "Task", "Resource": "module:goodbye", "ResourceConfig": {}, "End": true } } }