Releases: serverless-operations/serverless-step-functions
Releases · serverless-operations/serverless-step-functions
0.3.0(28.01.2017)
Breaking Changes
The structure of serverless.yaml has changed as follows.
Please edit serverless.yaml with updating the plugin.
before
stepFunctions:
hellostepfunc:
Comment: "A Hello World example of the Amazon States Language using an AWS External Lambda Function"
StartAt: HelloWorldafter
stepFunctions:
stateMachines:
hellostepfunc:
Comment: "A Hello World example of the Amazon States Language using an AWS External Lambda Function"
StartAt: HelloWorldFeature
0.2.0(08.01.2017)
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
0.1.2(29.12.2016)
Accidentally release(#1)
0.1.1(29.12.2016)
First Release
