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

AWS Step Functions plugin for Serverless Framework ⚡️

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

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.

enhancement
good first issue

# 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:...

enhancement
help wanted

# 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...

enhancement
help wanted
need feedback

## Description Are there any available examples of using the new Batch service integration with the use of ContainerOverrides?

help wanted
question

# 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...

need feedback

# 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...

enhancement
help wanted

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...

need feedback

# 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 -...

bug