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.13.0

Published by theburningmonk almost 5 years ago

2.13.0 (2019-12-22)

Features

  • add support for express workflows (6ebbad2), closes #281
serverless-step-functions - v2.12.0

Published by horike37 almost 5 years ago

2.12.0 (2019-11-28)

Bug Fixes

  • fix invalid lambda_proxy template (f499aaf)
  • serialization errors in lambda_proxy template with single quotes (a073297)

Features

  • options.config has relative filename (7bb3179)
  • support relative serverless config (9e33e1b)
serverless-step-functions - v2.11.0

Published by theburningmonk almost 5 years ago

2.11.0 (2019-10-24)

Features

  • support EventBusName for custom Cloudwatch event bus (cdc9a8c)
serverless-step-functions - v2.10.1

Published by theburningmonk about 5 years ago

2.10.1 (2019-10-11)

Bug Fixes

  • fix intrinsics in array not detected (fa135d8), closes #267
serverless-step-functions - v2.10.0

Published by theburningmonk about 5 years ago

2.10.0 (2019-10-03)

Features

  • translate pseudo params starting with # (4712d19), closes #252
serverless-step-functions - v2.9.0

Published by theburningmonk about 5 years ago

2.9.0 (2019-10-02)

Features

serverless-step-functions - v2.8.2

Published by theburningmonk about 5 years ago

2.8.2 (2019-10-01)

Bug Fixes

  • fix SQS QueueUrl transformation to ARN for intrinsic functions (90e9c64)
serverless-step-functions - v2.8.0

Published by theburningmonk about 5 years ago

2.8.0 (2019-09-22)

Features

serverless-step-functions - v2.7.0

Published by theburningmonk about 5 years ago

2.7.0 (2019-09-17)

Features

  • add all authorizer context properties to lambda_proxy template (eb6d450)
serverless-step-functions - v2.6.1

Published by theburningmonk about 5 years ago

2.6.1 (2019-09-16)

Bug Fixes

  • fix permissions issue with lambda ARN strings (ee94d8b)
serverless-step-functions - v2.6.0

Published by theburningmonk about 5 years ago

2.6.0 (2019-08-21)

Features

serverless-step-functions - v2.5.0

Published by horike37 about 5 years ago

2.5.0 (2019-08-19)

Bug Fixes

  • fix bug when there're no lambda versions (708f4c4)

Features

  • capture state machine schema explicitly (e1dc3b8)
  • support referencing exact version (e967f04), closes #240
serverless-step-functions - v2.4.0

Published by horike37 about 5 years ago

2.4.0 (2019-08-19)

Features

  • add support for nested workflows (abe26fb), closes #242
serverless-step-functions - v2.3.0

Published by theburningmonk about 5 years ago

2.3.0 (2019-08-04)

Features

  • reads config option to be compatible with serverless v1.45.0 (b496c85)
serverless-step-functions - v2.2.0

Published by theburningmonk about 5 years ago

2.2.0 (2019-07-31)

Features

  • support local function names instead of logical id (b9525e5)
serverless-step-functions - v2.1.1

Published by theburningmonk about 5 years ago

2.1.1 (2019-07-29)

Bug Fixes

serverless-step-functions - v2.1.0

Published by theburningmonk over 5 years ago

2.1.0 (2019-07-10)

Bug Fixes

Features

  • support override for alarm logical id (c74f089), closes #225
serverless-step-functions - v2.0.0

Published by theburningmonk over 5 years ago

2.0.0 (2019-07-08)

Bug Fixes

  • no cloudwatch log for DescribeExecution (8a6629f)
  • test codes and coverage. fixed check logic for coverage (a5507dc)

Features

  • action parameter support for event.http (14b54e2)
  • add is_describe option to execute DescribeExecution action (9b56ca1)

BREAKING CHANGES

  • action key in config event.http is now used for creating dynamic IAM Role and API Gateway Request Template to passthru request
serverless-step-functions - v1.25.0

Published by theburningmonk over 5 years ago

1.25.0 (2019-06-17)

Features

  • generate LambdaPermission for authorizers (eeee5da), closes #152
serverless-step-functions - v1.24.1

Published by theburningmonk over 5 years ago

1.24.1 (2019-06-11)

Bug Fixes