Skip to content

Releases: serverless-operations/serverless-step-functions

1.1.0(23.07.2017)

23 Jul 04:25

Choose a tag to compare

Added cors support to API Gateway event(#37)

1.0.5(11.07.2017)

10 Jul 15:21

Choose a tag to compare

Fixed the bug that there is an case which can't create iam policy correctly. (#59)

1.0.4(16.06.2017)

16 Jun 01:41

Choose a tag to compare

Fixed the bug with api gateway event. when you specify custom name to your statemachine, CF templated was broken(#53)

1.0.3(12.06.2017)

12 Jun 02:21

Choose a tag to compare

Feature

You can specify a custom naming to statemachine using name statement. Please see the detail in README.(#50)

Bug

Fixed deprecation warnings upon deploy.(#43)

1.0.2(18.04.2017)

17 Apr 21:26

Choose a tag to compare

Accidentally release(#35)

1.0.1(18.04.2017)

17 Apr 21:02

Choose a tag to compare

Accidentally release(#34)

1.0.0(17.04.2017)

17 Apr 13:14

Choose a tag to compare

Released out of beta version.

Events

  • Added API Gateway Events

Commands

  • The operation for deploying StepFunctions Resources was integrated into serverless deploy command. It is the same for serverless remove.

Abolition

  • The following commands are no longer available
    • serverless deploy stepf
    • serverless deploy stepf statemachines
    • serverless deploy stepf activities
    • serverless remove stepf
    • serverless remove stepf statemachines
    • serverless remove stepf activities
  • The feature to reference Lambda function in Resource section is no longer available

0.4.2(01.04.2017)

01 Apr 08:29

Choose a tag to compare

Features

Not 0 exit status when invoke fail(#26)

Bugs

Fixed some wrong grammer.

0.4.1(25.02.2017)

24 Feb 00:29

Choose a tag to compare

Bugs

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

0.4.0(18.02.2017)

18 Feb 11:33

Choose a tag to compare

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.