Skip to content

Releases: nibble-4bits/aws-local-stepfunctions

v0.4.0

09 Apr 16:35
Compare
Choose a tag to compare
  • Add support for Retry and Catch fields.
  • Add support for predefined error codes.
  • Throw error on state machine execution failure.
  • Improve Task state execution performance by creating a LambdaClient instance only when local override is not used.
  • Don't minify build output.
  • Target ES2021 features instead of ES2015.

v0.3.2

01 Mar 02:11
Compare
Choose a tag to compare
  • Fixes bug where StateMachine instances created in MapStateHandler didn't honor validationOptions set in parent state machine.

v0.3.0

28 Feb 04:50
Compare
Choose a tag to compare
  • Fixes bug where waitTimeOverrideOption was not honored when passing 0 as override.
  • Removed class state to allow calling StateMachine.run() multiple times without running into race condition issues.
  • Implements feature to abort a running execution.

v0.2.0

25 Dec 20:01
Compare
Choose a tag to compare
  • Adds support for MaxConcurrency field of Map state.

v0.1.0

25 Dec 19:55
3abb9b6
Compare
Choose a tag to compare

Initial release

Implements support for the following states:

  • Task
  • Map
  • Pass
  • Wait
  • Choice
  • Succeed
  • Fail