serverless-step-functions icon indicating copy to clipboard operation
serverless-step-functions copied to clipboard

AWS Step Functions plugin for Serverless Framework ⚡️

Results 125 serverless-step-functions issues
Sort by recently updated
recently updated
newest added

# This is a Feature Proposal ## Description For feature proposals: * It is currently possible to create a separate **state machine** (#177) within a different file; however, it would...

# This is a (Bug Report / Feature Proposal) Feature Proposal ## Description For feature proposals: * What is the use case that should be solved. The more detail you...

# This is a (Bug Report / Feature Proposal) ## Description I am unable to leverage plugins that modify variables, like `serverless-plugin-ifelse` For bug reports: * What went wrong? It...

# This is a Bug Report ## Description For bug reports: * What went wrong? Generated IAM role does not include all the necessary permissions. * What did you expect...

# This is a Feature Proposal ## Description We have enabled sns notification for failed state machines and send the notification to slack via chatbot. While the notification works, we...

# This is a Feature and/or Docs Proposal Replace recommendation using Serverless Pseudo Parameters with something not deprecated ## Description The plugin `serverless-pseudo-parameters` is deprecated. However, the documentation for `serverless-step-functions`...

Closes #614 ## Changed Upgraded serverless peer dependency to allow versions starting from 2.32.0 (equal to and/or greater than). ## Good to notice 1) When I ran `npm install`, I...

# This is a Feature Proposal ## Description Since Serverless V4 became generally available since June 13th, I'd like to see the serverless peer dependency upgraded to accept v4. *...

When the "TableName" is a Ref the 'Arn' to use the index is not generated correctly: ```arn:aws:dynamodb:eu-west-1:679049160385:table/[object Object]/index/GsiPkState``` It should be: ``` {'Fn::Join': ['/', [{ 'Fn::GetAtt': ['hello', 'Arn'] }, 'index/GSI1']]...

Removes [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). It's no longer used after updating ancestor dependency [serverless](https://github.com/serverless/serverless). These dependencies need to be updated together. Removes `simple-git` Updates `serverless` from 2.72.3 to 4.1.21 Release notes Sourced from...

dependencies