serverless-step-functions
serverless-step-functions copied to clipboard
AWS Step Functions plugin for Serverless Framework ⚡️
# 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....
# 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:...
# 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...
# 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...
# 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...
# 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...