Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When I use a Parallel State in step functions and set the ResultPath to something, it puts an array into the ResultPath location but the items in the array don't match the order of the states within the Parallel State. I only had 2 states and they were pretty consistently in the opposite order.
Expected Behavior
The output of a Parallel State should be in the same order as the states are defined within the Parallel state.
How are you starting LocalStack?
Custom (please describe below)
Steps To Reproduce
How are you starting localstack (e.g., bin/localstack
command, arguments, or docker-compose.yml
)
testcontainers
Environment
- OS: macOS
- LocalStack: 1.2.0
Anything else?
Thank you so much for creating localstack. It is AWESOME!