-
Notifications
You must be signed in to change notification settings - Fork 198
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
feat(sdk): dead letter queue support for queues #6060
Conversation
Thanks for opening this pull request! 🎉
|
Signed-off-by: monada-bot[bot] <[email protected]>
Co-authored-by: Elad Ben-Israel <[email protected]>
Signed-off-by: monada-bot[bot] <[email protected]>
Co-authored-by: Elad Ben-Israel <[email protected]>
Co-authored-by: Elad Ben-Israel <[email protected]>
Co-authored-by: Elad Ben-Israel <[email protected]>
Signed-off-by: monada-bot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR is looking good @marciocadev - just a few comments left and it should be good to go 🙂
examples/tests/sdk_tests/website/react-website/build/public/index.html
Outdated
Show resolved
Hide resolved
Signed-off-by: monada-bot[bot] <[email protected]>
Co-authored-by: Chris Rybicki <[email protected]>
Co-authored-by: Chris Rybicki <[email protected]>
Co-authored-by: Chris Rybicki <[email protected]>
Signed-off-by: monada-bot[bot] <[email protected]>
Signed-off-by: monada-bot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work @marciocadev (adding support for three targets! 🤯)
Thanks for contributing, @marciocadev! This PR will now be added to the merge queue, or immediately merged if |
Congrats! 🚀 This was released in Wing 0.71.2. |
Fixes a regression from #6060 that prevented messages from being processed in parallel (we noticed this bug when it caused test failures in one of our winglibs: https://github.com/winglang/winglibs/actions/runs/8767429765/job/24060674878). I confirmed the updated test (set_consumer.test.w) passes when ran on my AWS account using the `tf-aws` target. ## Checklist - [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted) - [x] Description explains motivation and solution - [x] Tests added (always) - [ ] Docs updated (only required for features) - [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
⛔ As the dead-letter queue linked to the function is a specific case of AWS, I will remove it from the scope of this PR.
dlq for function (tf-aws / awscdk)dlq for function (sim)Closes #6033
Checklist
pr/e2e-full
label if this feature requires end-to-end testingBy submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.