step
step copied to clipboard
An Amazon States Language implementation in JS. (The beginnings of building out FaaS-agnostic Step Functions.)
Hi Erik Toth, congrats for your beautiful implementation of Amazon States Language. It is very easy and simple to understand. I would really love to use it, but the project...
When a Task is executed the Resource returns information as to the nature of the failure. According to the specification any error that is transferred to another state is an...
The specification is ambiguous as to how to deal with the behavior of Catch when in a Parallel State. The spec says: > If any branch fails, due to an...
Currently the state language definition is validated for structure using JSONSchema, but no validation of data integrity is done, e.g. `StartState` and subsequent `Next` states are not validated prior to...