-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
bug: Step Functions Map state ItemSelector does not render JSONata #12315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Welcome to LocalStack! Thanks for reporting your first issue and our team will be working towards fixing the issue for you or reach out for more background information. We recommend joining our Slack Community for real-time help and drop a message to LocalStack Pro Support if you are a Pro user! If you are willing to contribute towards fixing this issue, please have a look at our contributing guidelines and our contributing guide. |
Hi @peteroruba we recently merged some changes to enable this aspect in the Step Functions interpreter. Could you check if the issue is resolved on your end with the latest version/image of LocalStack? Thank you! |
@MEPalma I used localstack/localstack-pro:latest LocalStack version: 4.2.1.dev46 And the error is still there. Did I use the right container version? |
I also tried it with localstack/localstack:latest a confirm the issue has been resolved. Many thanks @MEPalma ! |
Is there an existing issue for this?
Current Behavior
ItemProcessor of above mentioned State is a Lambda function that reports for
userid
:I understand that
"{% $states.context.Map.Item.Value %}"
has not been rendered, but instead passed on to the ItemProcessor as is.Expected Behavior
No response
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g.,
bin/localstack
command, arguments, ordocker-compose.yml
)Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: