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

Adds Dead Letter Queue support for Queue #565

Merged
merged 5 commits into from
Jul 14, 2024

Conversation

brunocleite
Copy link
Contributor

@brunocleite brunocleite commented Jun 16, 2024

This is my first contribution, so I appreciate feedbacks.

This PR fixes #480 by adding deadLetterQueue parameter to the Queue class and updates the examples.

@brunocleite brunocleite changed the title Adds Dead Letter Queue support for Queue construct Adds Dead Letter Queue support for Queue Jun 16, 2024
@jayair
Copy link
Contributor

jayair commented Jun 25, 2024

Oh nice. Let me ask Frank to review.

@fwang fwang merged commit cec285a into sst:dev Jul 14, 2024
@fwang
Copy link
Contributor

fwang commented Jul 14, 2024

Thanks @brunocleite.

Rename the prop to dlq to keep it short.

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.

Add dead letter queue for SQS.
3 participants