serverless-step-functions

AWS Step Functions plugin for Serverless Framework ⚡️

OTHER License

Stars
1K
Committers
97

Bot releases are visible (Hide)

serverless-step-functions - v2.24.0

Published by theburningmonk about 4 years ago

2.24.0 (2020-09-13)

Features

  • moved authorizers out into code (993214e)
serverless-step-functions - v2.23.0

Published by theburningmonk about 4 years ago

2.23.0 (2020-08-27)

Features

  • codebuild: add IAM policy statement generation for codebuild (cff73ed)
serverless-step-functions - v2.22.1

Published by theburningmonk about 4 years ago

2.22.1 (2020-08-12)

Bug Fixes

  • only add schema check for newer versions of sls (c951bcf)
serverless-step-functions - v2.22.0

Published by theburningmonk about 4 years ago

2.22.0 (2020-08-12)

Features

  • added activities to schema validation (bb9a8ca)
serverless-step-functions - v2.21.1

Published by theburningmonk over 4 years ago

2.21.1 (2020-06-22)

Bug Fixes

serverless-step-functions - v2.21.0

Published by theburningmonk over 4 years ago

2.21.0 (2020-06-18)

Features

  • human readable errors in state schema validation (a544ffc)
serverless-step-functions - v2.20.0

Published by theburningmonk over 4 years ago

2.20.0 (2020-06-18)

Bug Fixes

Features

serverless-step-functions - v2.19.0

Published by horike37 over 4 years ago

2.19.0 (2020-05-10)

Features

  • add functionality for variable FunctionName in lambda state (09a2973)
  • add IAM Role support for startExecution.sync V2 (00e4880)
serverless-step-functions - v2.18.0

Published by horike37 over 4 years ago

2.18.0 (2020-04-08)

Features

  • not output cloudformation outputs section (31eca85)
serverless-step-functions - v2.17.4

Published by theburningmonk over 4 years ago

2.17.4 (2020-04-02)

Bug Fixes

serverless-step-functions - v2.17.3

Published by horike37 over 4 years ago

2.17.3 (2020-04-02)

Features

  • Allow logging to standard workflow #322
serverless-step-functions - v2.17.2

Published by theburningmonk over 4 years ago

2.17.2 (2020-02-27)

Bug Fixes

  • incorrect alarm time for ExecutionsTimedOut (ac55d43), closes #305
  • security vulnerabilities (8b57454)
serverless-step-functions - v2.17.1

Published by horike37 over 4 years ago

2.17.1 (2020-02-06)

Bug Fixes

  • partition parsing of apigateway arn for events in govcloud region (02f50d8)
serverless-step-functions - v2.17.0

Published by theburningmonk almost 5 years ago

2.17.0 (2020-01-05)

Features

  • support response headers and template (ecbc94f), closes #295
serverless-step-functions - v2.16.1

Published by theburningmonk almost 5 years ago

2.16.1 (2020-01-04)

Bug Fixes

  • "undefined" in API GW deployment's logical id (7d531e1), closes #294
serverless-step-functions - v2.16.0

Published by theburningmonk almost 5 years ago

2.16.0 (2020-01-02)

Features

  • support loading config from JS and JSON files (7329de6)
serverless-step-functions - v2.15.0

Published by theburningmonk almost 5 years ago

2.15.0 (2019-12-24)

Features

serverless-step-functions - v2.14.2

Published by theburningmonk almost 5 years ago

2.14.2 (2019-12-24)

Bug Fixes

  • #287 don't include Tags property if no tags provided (98ca243)
serverless-step-functions - v2.14.1

Published by theburningmonk almost 5 years ago

2.14.1 (2019-12-23)

Bug Fixes

  • exec role is no longer hardcoded (332f0a1)
serverless-step-functions - v2.14.0

Published by theburningmonk almost 5 years ago

2.14.0 (2019-12-23)

Features

  • one IAM role per state machine (17ff842), closes #249