Skip to content

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

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