serverless-step-functions
serverless-step-functions copied to clipboard
AWS Step Functions plugin for Serverless Framework ⚡️
This addresses feature request #521.
# This is a Feature Proposal ## Description There are many [AWS service integrations](https://docs.aws.amazon.com/step-functions/latest/dg/supported-services-awssdk.html) that can be utilized from step functions (AWS claims over 200). Some are arguably more common...
# This is a Bug Report ## Description * What went wrong? Permissions for `states:DescribeExecution,states:StopExecution` are currently set to `*`. * What did you expect should have happened? Permissions should...
# This is a Feature Proposal ## Description * Please support Synchronous Express Workflows as described by https://docs.aws.amazon.com/step-functions/latest/dg/concepts-express-synchronous.html * It appears that `serverless-step-functions` supports Asynchronous Express Workflows already, but not...
serverless-step-functions plugin is not using provider permissions Boundary when creating iam role
# This is a (Bug Report) ## Description For bug reports: * When creating iam role ApigatewayToStepFunctionsRole the plugin is not using the permissionsBoundary specified in provider as a result...
# Bug Report Getting the following error: ``` Invalid variable reference syntax for variable . You can only reference env vars, options, & files. You can check our docs for...
# 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...
# This is a Feature Proposal ## Description Hi there, just to highlight that eventbridge:putTargets is not working with the suffix .waitForTaskToken (supported by AWS Step Functions). Also TimeoutSecondsPath and...
# This is a Feature Proposal ## Description * CloudFormation has a condition feature that can be used on resources to conditionally deploy them. * Serverless supports this for lambda...
Serverless Version: 1.78.1 Plugin Version: 2.22.1 Let's have a Typescript types for serverless-step-functions **Why** 1. ts-check fails when using `serverless-step-functions` because `stepFunctions` is not expected by [Serverless defintion](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/serverless/plugins/aws/provider/awsProvider.d.ts) 1. Types...