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

# This is a Bug Report ## Description when i set the apiKeys property inside provider, the plugin will create the keys but they are not applied to the Gateway....

bug

# This is a Feature Proposal Dynamo Streams are very useful for queue management. Depending on the system, queues (through streams) can trigger complex distributed applications which require state machine-style...

enhancement
blocked

# This is a Feature Proposal ## Description Currently, the generation of the api gateway name is static and not match our naming. https://github.com/horike37/serverless-step-functions/blob/6415b356f321dd7e34e51b97e85b0817a6a9fce6/lib/naming.js#L53 For feature proposals: It is possible...

enhancement

# This is a (Bug Report / Feature Proposal) how do i specify activities with profile something like activities: - myTask-${opt:stage, self:provider.stage} This is the error am getting An error...

bug
help wanted

In my setup I'm using *.yaml extension. This line is causing problems: https://github.com/horike37/serverless-step-functions/blob/acaf689064150b17fee0950356499081ba35b7b2/lib/yamlParser.js#L13

bug
good first issue

Thanks @horike37 and team for this nice plugin, it's really helping with accelerating StepFunctions development! I was wondering if it's possible to customize the Body Mapping templates defined for the...

# This is a (Bug Report / Feature Proposal) ## Description I've attempted to separate out my step functions into a separate yml file in order to make the serverless...

# This is a Bug Report ## Description Updating the time on a `Wait` state manually through the AWS console and redeploying over it. I expect my redeploy to overwrite...

# This is a Question ## Description I want to adjust the waiting time of a state machine with a parameter, but I am having trouble with a validation error....

help wanted

Hi, I noticed that policies created by serverless-step-functions plugin does not conform to the serverless framework naming convention. Example serverless framework generated policy name: `abc-serverless-dev-lambda` vs one created with serverless-step-functions...