serverless-step-functions

AWS Step Functions plugin for Serverless Framework ⚡️

OTHER License

Stars
1K
Committers
97

Bot releases are visible (Hide)

serverless-step-functions - v1.24.0

Published by theburningmonk over 5 years ago

1.24.0 (2019-06-10)

Features

  • support intrinsic functions in lambda::invoke (cb803d7)
serverless-step-functions - v1.23.1

Published by theburningmonk over 5 years ago

1.23.1 (2019-06-08)

Bug Fixes

  • scopes is now passed through validation (091534e), closes #200
serverless-step-functions - v1.23.0

Published by theburningmonk over 5 years ago

1.23.0 (2019-06-05)

Features

  • add support for AuthorizationScopes (07a6277)
  • support iamRole override for HTTP events (d7906b5), closes #91
serverless-step-functions - v1.22.0

Published by theburningmonk over 5 years ago

1.22.0 (2019-06-04)

Features

  • support lambda:invoke resource type (39aa3e1), closes #209
serverless-step-functions - v1.21.1

Published by theburningmonk over 5 years ago

1.21.1 (2019-05-27)

Bug Fixes

serverless-step-functions - v1.21.0

Published by theburningmonk over 5 years ago

1.21.0 (2019-05-27)

Features

serverless-step-functions - v1.20.0

Published by theburningmonk over 5 years ago

1.20.0 (2019-05-13)

Features

  • fixed and made notifications work (c961a6f)
  • support intrinsic funcs (536270c)
  • support status change notifications (059e6cc), closes #197
serverless-step-functions - v1.19.2

Published by theburningmonk over 5 years ago

1.19.2 (2019-05-08)

Bug Fixes

  • address some diffs with lambda_proxy (c9669ab)
serverless-step-functions - v1.19.1

Published by theburningmonk over 5 years ago

1.19.1 (2019-05-08)

Bug Fixes

serverless-step-functions - v1.19.0

Published by theburningmonk over 5 years ago

1.19.0 (2019-05-06)

Features

  • support lambda_proxy req template (dbd44fd), closes #162
serverless-step-functions - v1.18.0

Published by theburningmonk over 5 years ago

1.18.0 (2019-05-02)

Features

  • implemented intrinsic functions (1f593dd), closes #178
  • intrinsic func in compile sm (6c0128e)
  • intrinsic funcs for dynamodb iam (ef0c149)
  • intrinsic function in compile role (b7968a5)
serverless-step-functions - v1.17.1

Published by theburningmonk over 5 years ago

1.17.1 (2019-04-28)

Bug Fixes

  • adding 'iam:PassRole' permission for ECS (a198174)
serverless-step-functions - v1.17.0

Published by theburningmonk over 5 years ago

1.17.0 (2019-03-28)

Features

  • allow the specification of a custom IAM role for scheduled events (f5362f4)
serverless-step-functions - v1.16.0

Published by theburningmonk over 5 years ago

1.16.0 (2019-03-26)

Features

serverless-step-functions - v1.15.0

Published by theburningmonk over 5 years ago

1.15.0 (2019-03-16)

Features

serverless-step-functions - v1.14.0

Published by theburningmonk over 5 years ago

  • Add IAM role support for Glue tasks #180
serverless-step-functions - 1.13.0(09.02.2019)

Published by theburningmonk over 5 years ago

  • make alarm missing data configurable #172
serverless-step-functions - 1.12.1(09.02.2019)

Published by theburningmonk over 5 years ago

  • Avoid alarms logs when no alarms are defined #171
serverless-step-functions - 1.12.0(02.02.2019)

Published by theburningmonk over 5 years ago

  • fixed Batch/ECS integration (#169)
  • support for specifying CloudWatch alarms (#167)
serverless-step-functions - 1.11.0(31.01.2019)

Published by horike37 over 5 years ago

  • fix generated IAM role when there are no Task states(#165)
  • add support for dependsOn option(#164)