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

``` sls invoke stepf --stage local --name example -v Serverless: Using serverless-localstack Serverless: Deprecation warning: CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean",...

Hey there - first off, thanks for making this plugin! # Feature request State machines currently cannot be not invoked by websocket events ```yml stepFunctions: stateMachines: myMachine: events: - websocket:...

enhancement
help wanted

# Question: Is it possible to publish a message (to a client subscription) via a socket within/from a Lambda Step Function? I was wondering... in the last step of a...

help wanted
question

# 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 For feature proposals: * Right now serverless function is able to host kube native environment seamlessly without changing any `serverless.yml` code, by...

# This is a Bug Report ## Description For bug reports: I have added a custom authorizer as per the plugins instructions, however it repeatedly fails. I have tried many...

# This is a (Bug Report / Feature Proposal) ## Description For bug reports: * What went wrong? * What did you expect should have happened? * What was the...

Plugin version: 2.30.0 Serverless versions: 2.0.0 and 2.11.1 When using an api key definition that is not a simple string, deployment fails serverless.yml ```yml provider: name: aws apiKeys: - name:...

When trying to deploy the stepFunction with an EMR integration, the following error is thrown. ``` User: arn:aws:sts::XXX:assumed-role/serverless-dev-XXX/XXX is not authorized to perform: elasticmapreduce:RunJobFlow on resource: arn:aws:elasticmapreduce:us-east-1:XXX:cluster/* (Service: AmazonElasticMapReduce; Status...

# This is a Bug Report ## Description There are 2 issues after plugin version 1.4.0 1. use of ${self:} throws error ServerlessError: Trying to populate non string value into...