I've noticed a potential bug with how retries are managed when using parallel states in the AWS Step Functions Local Docker image. Can anyone point me to the right place to report this issue?
2 Answers
Unfortunately, it sounds like you might be out of luck here. The AWS Step Functions Local is not officially supported for bug reporting according to their documentation.
I'm curious why you even need a local version of Step Functions. Don't you think it's just a case of 'works on my machine' where companies create local setups that mirror the cloud?
I get that! Testing things locally is definitely faster and cheaper than running them through the CI pipeline, even if it doesn't fully capture the cloud experience.

Well, my team relies on localhost:8080 to do our work. It's the only way to keep things running efficiently before we push to the cloud.