serverless-step-functions

AWS Step Functions plugin for Serverless Framework ⚡️

OTHER License

Stars
1K
Committers
97

Bot releases are visible (Hide)

serverless-step-functions - 0.4.2(01.04.2017)

Published by horike37 over 7 years ago

Features

Not 0 exit status when invoke fail(#26)

Bugs

Fixed some wrong grammer.

serverless-step-functions - 0.4.1(25.02.2017)

Published by horike37 over 7 years ago

Bugs

  • activities statement does not exists in serverless.yml since 0.4.0 (#23)
serverless-step-functions - 0.4.0(18.02.2017)

Published by horike37 over 7 years ago

Breaking Changes

In order to make the command easier to use and make it easier to understand, I redesigned the command design.
Please show the README for details.

Feature

Activity is now supported. The definition of activity is written in serverless.yml and deployed to AWS
Please see the README for details.

serverless-step-functions - 0.3.0(28.01.2017)

Published by horike37 over 7 years ago

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: HelloWorld

after

stepFunctions:
  stateMachines:
    hellostepfunc:
      Comment: "A Hello World example of the Amazon States Language using an AWS External Lambda Function"
      StartAt: HelloWorld

Feature

  • Improved outputs of all commands.
  • You can deploy and remove multiple statemachines in bulk. sls deploy stepf and sls remove stepf is to be no longer require statemachine specification
  • The structure of serverless.yaml has changed
serverless-step-functions - 0.2.0(08.01.2017)

Published by horike37 almost 8 years ago

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)
serverless-step-functions - 0.1.1(29.12.2016)

Published by horike37 almost 8 years ago

First Release

serverless-step-functions - 0.1.2(29.12.2016)

Published by horike37 almost 8 years ago

Accidentally release(#1)