-
-
Notifications
You must be signed in to change notification settings - Fork 223
feat: Add support for customizing DLQ FIFO throughput limit #70
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
Conversation
Signed-off-by: Aditya Menon <amenon@canarytechnologies.com>
Hi @antonbabenko! Could you review my PR? Thanks! |
examples/complete/main.tf
Outdated
@@ -161,6 +161,68 @@ module "sqs_with_dlq" { | |||
tags = local.tags | |||
} | |||
|
|||
module "sqs_with_fifo_dlq" { |
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.
we can drop this example - no need for a complete example for this one change
## [4.3.0](v4.2.1...v4.3.0) (2025-03-30) ### Features * Add support for customizing DLQ FIFO throughput limit ([#70](#70)) ([59f2551](59f2551))
This PR is included in version 4.3.0 🎉 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Add support for customizing the fifo_throughput_limit on the DLQ
Motivation and Context
Allows fine tuning the DLQ for fifo queues created
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request