Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)
What is the significance of a dead letter queue in AWS? Can someone help me with this? This is a new buzzword for me.

1 Answer

0 votes
by (44.4k points)

As a dead letter queue, I can configure an SQS queue or an SNS topic with subscriptions. But your question is to understand the meaning of it.

To use layman’s terms, an event will not be successful every time it executes. When it fails, and retries and again fails, then a DLQ (Dead Letter Queue) is used to push these failed events to SQS queue or an SNS topic to check why the event failed.

For example, you are using a Lambda function, and at a point it starts failing again and again. Now these failed events will be sent to the configured queues or topics.

As you are new to AWS, I would suggest you to take a look at this informative AWS Tutorial and also if you are looking to become an expert in the same, check out the AWS Training page.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer
asked Feb 27, 2021 in Azure by dante07 (13.1k points)

Browse Categories

...