Tag: AWS SQS

  • Quickly recover from failures using automated SQS DLQ redrive

    Two years ago at re:Invent, AWS announced DLQ redrive to move messages from a dead letter queue (DLQ) to the original queue. Previously, this feature was only available using the AWS console. Now, DLQ redrive is available using AWS SDK and CLI. The new feature provides the ability to automatically handle invalid messages in DLQs…