bboure / step-funcitons-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate a task

aws stepfunctions send-task-success --task-token 'acbdef' --task-output '{ "reason": "OK" }'

Reject a task

aws stepfunctions send-task-failure --task-token 'acbdef' --error 'Error' --cause 'Some Failure cause'

About


Languages

Language:TypeScript 100.0%