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

Run AWS step functions offline with Serverless

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

Hi, the requirements state that this plugin requires Serverless >= v2.32.0. I have Serverless 3.21.0: `Environment: darwin, node 18.6.0, framework 3.21.0 (local), plugin 6.2.2, SDK 4.3.2` When I try to...

Hi, Serverless provides a feature to add a custom name for the step function. https://www.serverless.com/plugins/serverless-step-functions#adding-a-custom-name-for-a-statemachine However, the custom names are not supported by this plugin. Maybe, it's worth to add...

For my current project I am using Serverless Typescript rather than .yml When trying to run 'serverless offline start' **Getting the error :** > `Invalid State Machine Definition: ''SCHEMA_VALIDATION_FAILED: Expected...

The plugin is not adding the environment variable with the state machine ARN, when I execute the state machine locally, I get this error: ``` { "errorMessage": "Missing required key...

When a JavaScript error is thrown within a Task state that has a retry it ends the node server with an error. Is there any way to avoid this, to...

## Description - Fix for error when executing a child state machine from parent state machine as a task ## Dependencies - https://github.com/codetheweb/stepfunctions-localhost/pull/14 ## Steps to replicate issue: 1. Given...

Hello guys, theres a way to use it during the Github actions deploy to act as an "integration testing" passing the json as parameter to stepfunction but mocking external services...