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 Bug Report The following dependency is causing `npm audit` to inform on a high security vulnerability. It doesn't resolve with `nom audit fix`. Security advisory link:...

# This is a Question ## Description I'm looking for some guidance on how to write step functions that orchestrate multiple services that are segregated by their own serverless.yml file....

question
need feedback

# This is a question ## Some Context On my project we had to change the workflow in a pretty huge step function. At first it looked something like this:...

blocked

# This is a Bug Report ## Description Currently it is not possible to use api keys from SSM. Normally this syntax works for lambdas ``` apiKeys: - name: myApiKey...

Security audit with V1.64.1 of Serverless. I updated to 1.65.0 and the audit went away. However, this package uses an older version.

# synk report issue ## Description We are synk (https://snyk.io/) for checking used packages. Synk is complaining about a security issue for serverless-step-functions. https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 ## Additional Data * ***Serverless Framework...

help wanted
good first issue

# This is a Feature Proposal ## Description For feature proposals: * Currently, it appears that the step function definition validation only occurs when executing `sls package`. This is a...

enhancement
help wanted

# This is a Bug Report ## Description Entire reproducable code you can find [here](https://github.com/C-h-e-r-r-y/step-function-policy-generation-bug) The prblem is a policy generation error for state machine when it need to invoke...

bug
help wanted

# This is a Bug Report ## Description Validation fails when a resource in the state machine uses `serverless-pseudo-parameters` pseudo parameters. This is the deployment: service: scheduler-api plugins: - serverless-step-functions...

# This is a Bug Report ## Description When using a pre-existing SNS topic for notifications, any existing policies on the topic are replaced with a new one. If, like...