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

Are you planning to add to SNS events as serverless allows?

need feedback

# This is a (Feature Proposal) Would be great if setting the logging configuration automatically created the required log group with logical naming strategy etc and required roles. I can...

# This is a Bug Report ## Description For bug reports: Using a configuration the following configuration: ```yml stepFunctions: ... loggingConfig: level: ERROR includeExecutionData: true destinations: - Fn::GetAtt: - StepFunctionLogGroup...

blocked

# This is a Bug Report ## Description For bug reports: * What went wrong? Since the v3.0.0 release my team is unable to deploy stacks that include the stepFunctions...

# This is a Feature Proposal ## Description For feature proposals: * I need to use an SNS topic ARN that's external to my stack (or any stack). In my...

# This is a Feature Proposal to support Lambda-less definitions with references to other resources (AWS Batch) ## Description If you create a serverless application that is comprised only of...

# This is a Bug Report with regards to trying to package/deploy with when specifying an API key in version 3.2.0 ## Description I have a typescript serverless project setup....

The service deploys fine but completely ignores/skips over ccreating EventBridge and CloudWatch event rules. ``` Framework Core: 2.30.3 Plugin: 4.5.1 SDK: 4.2.0 Components: 3.7.5 ``` ``` service: sample frameworkVersion: '2'...

## Description I'm trying to call a defined function inside my state machine but I'm getting an circular dependecy error when trying to deploy. ``` The CloudFormation template is invalid:...

# This is a Bug report (or question?) ## Description For bug reports: * What went wrong? Trying to invoke a child machine from parent by a ref to logical...