Adds support for arrays in event bridge rule pattern#7947
Adds support for arrays in event bridge rule pattern#7947dominikschubert merged 2 commits intolocalstack:masterfrom
Conversation
localstack-bot
left a comment
There was a problem hiding this comment.
Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
|
recheck |
dominikschubert
left a comment
There was a problem hiding this comment.
Thank you for your contribution! 🚀
I'll try to improve the test suite in test_events.py soon to be more compatible with running the suite against AWS ( a requirement for the aws_validated marker).
Suggestion implementation for issue (Add support for arrays in EventBridge event patterns)
As per AWS documentation, an event pattern that includes the following field
The preceding event pattern matches an event that includes the following field because the first item in the event pattern array matches the second item in the event array.