codetheweb / serverless-step-functions-local

Run AWS step functions offline with Serverless
MIT License
17 stars 17 forks source link

Add possibility to attach external step-functions instances #16

Closed kuba9392 closed 2 years ago

kuba9392 commented 2 years ago

Currently it's only possible to download the Java server and use this binaries to test step functions locally.

With these changes it will be possible to connect external step-functions instance, i.e. created with docker container.

The default behavior is as it was before, you need to set specific flag to disable download of the Java application.

codetheweb commented 2 years ago

Thanks!

codetheweb commented 2 years ago

Published in v0.3.0