serverless-step-functions
serverless-step-functions copied to clipboard
AWS Step Functions plugin for Serverless Framework ⚡️
# This is a Bug Report ## Description IAM role generated for the state machine fails at creation time. The state machine looks like this: ``` stepFunctions: stateMachines: eventGenerator: type:...
# This is a Feature Proposal For feature proposals: HTTP API now supports Step Functions, will be good to add support for that.
This is a Bug Report ## Description For bug reports: * When I set `loggingConfig.level` to `OFF` and omit `loggingConfig.destinations` deployment fails. * Deployment should have succeeded with all logs...
# This is a Feature Proposal ## Description [I proposed a new feature](https://github.com/serverless/serverless/issues/9867) for the schedule events in the main serverless project. It was accepted and I'm currently working on...
Feature Proposal ## Description Correct me if I'm wrong but it does not appear there is support for the StartSyncExecution for API Gateway HTTP event integrations. For lambda, there is...
# This is a Bug Report ## Description ### What went wrong? I have a step function that calls a lambda function (python 3.8) which uses a layer (which contains...
# This is a (Bug Report) ## Description For bug reports: * What went wrong? I added ``` custom: nestingVariable: ${ssm:/aws/reference/secretsmanager/${env:secret_name}} ``` in my `serverless.yml`, but the deployment kept failing...
# This is a Feature Proposal ## Description Enable Step Functions to be configured with [Athena states](https://docs.aws.amazon.com/step-functions/latest/dg/connect-athena.html).
# This is a (Bug Report / Feature Proposal) ## Description I'm looking for some guidance on how the API gateway integration with step function can be tested using serverless...
# This is a Feature Proposal Step functions could be launched from a Cloudwatch event. AWS allows us to transform the event data before passing it to the Step Function....