serverless-step-functions
serverless-step-functions copied to clipboard
AWS Step Functions plugin for Serverless Framework ⚡️
As of Serverless v1.15.0, `serverless.json` is supported as well as `serverless.(yml|yaml)` (see https://github.com/serverless/serverless/releases) This excellent plugin doesn't yet support JSON.
# This is a Feature Proposal ## Description The API Gateway Request Validation is now supported by Serverless framework: ``` functions: create-something: handler: functions/create-something.handler events: - http: path: ${self:custom.version}/things method:...
# This is a Feature Proposal ## Description One constant pain point with Step Functions is that Lambda time outs are not captured by `States.timeout`. You'd need to set `TimeoutSeconds`...
# This is a Feature Proposal ## Description For feature proposals: * What is the use case that should be solved. The more detail you describe this in the easier...
batch
## Description Are there any available examples of using the new Batch service integration with the use of ContainerOverrides?
# This is a Feature Proposal ## Description ### What should be solved Ability to execute a state machine locally. This would be really helpful to ease development. I'd like...
# This is a Feature Proposal ## Description Thanks for the plugin! The `serverless-step-functions` plugin provides integration to the API Gateway by adding a hook to invoke the step function...
There appears to be no way to deploy a single step-function (or set of step-functions). This forces a full deployment which in a large project is brutally slow. I guess...
# Manual Approval Step Feature Proposal ## Description Please provide an example on how to adapt the tool for a manual approval step. ## Additional Data * https://aws.amazon.com/blogs/compute/implementing-serverless-manual-approval-steps-in-aws-step-functions-and-amazon-api-gateway/
# This is a Bug Report ## Description When trying to deploy a service that uses apiKeys and shared apiGateway it returns an error: ``` An error occurred: ApiGatewayApiKey1 -...