Skip to content

0.2.0(08.01.2017)

Compare
Choose a tag to compare
@horike37 horike37 released this 08 Jan 12:33
· 911 commits to master since this release

Breaking Changes

The service name is added to the statemachine prefix.
This is because there is a possibility of conflict with the state machine deployed from another service without the service name.

A state machine created with version 0.1 is not inherited. Please recreate it.

Features

  • Display error log when invocation of the step function fail(#6)
  • Read json file when the statemachine invoke(#7)

Bugs

  • AWS Region not read from provider.region(#3)
  • Serverless service prefix not included in state machine name(#4)
  • Parallel tasks do not have their arn identifiers resolved(#5)