Skip to content
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

fix: dont specify a redrive policy when a dlq should not be created #65

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

bt-justtrack
Copy link
Contributor

Description

When not creating a dlq i also dont want to specify a redrive policy, else the underlying sqs module tries to create one verbatim which does not have any target queue arn which in turn does not pass aws validation.

How Has This Been Tested?

  • deployed it on live infrastructure

@bt-justtrack bt-justtrack merged commit e4fd6d8 into main Oct 17, 2024
5 checks passed
applike-ss pushed a commit that referenced this pull request Oct 17, 2024
## [1.8.2](v1.8.1...v1.8.2) (2024-10-17)

### Bug Fixes

* dont specify a redrive policy when a dlq should not be created ([#65](#65)) ([e4fd6d8](e4fd6d8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants