AWS Step Functions Local is a useful tool for testing workflows without deploying them to the cloud. It allows developers to run state machines locally using Docker, enabling faster iteration and debugging.
However, while testing our Step Function locally, we encountered significant limitations, particularly when trying to mock an http:endpoint task.