Skip to content

Releases: jbasko/aws-sfn-builder

v0.0.10

15 Oct 23:21
9f90f01
Compare
Choose a tag to compare
v0.0.10 (#4)

* Use State.execute in Runner so that all states own their execution logic
* Runner.run returns the final state and its output now 
* Log last 10 state names on failure
* Implements Wait.execute and Fail.execute
* Fixes Machine parser: preserves state names correctly now
* Job status poller example actually runs all the way
* Do not run the machine for longer than 2 seconds to guard against accidental infinite loops

v0.0.8

14 Oct 23:14
b2d9533
Compare
Choose a tag to compare
v0.0.8 (#3)

* New base class for all SM nodes - Node
* Choice rules implemented more or less

v0.0.4

14 Oct 10:42
79cd685
Compare
Choose a tag to compare
v0.0.4 (#1)

* Better internal representation of states -- each state has its own class
* Ability to decompile simple state machines