Dead Letter Queue

From SQS Message Visibility Timeout the message goes back to the queue.

We have both SNS and SQS Dead Letter queue

After MaximumReceives threshold exceeded, it goes to the Dead Letter Queue.

  • Can set the retention rate to 14days like (for both SNS and SQS)
  • For SNS if there is no receiver, the message will be lost

Good for debugging