An open API service indexing awesome lists of open source software.

https://github.com/bboure/step-functions-sqs-pattern


https://github.com/bboure/step-functions-sqs-pattern

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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'
```