Open peermuellerxw opened 1 year ago
AWS announced support to move messages from DLQ to the source queue using the new redrive API on June 8, 2023: https://aws.amazon.com/about-aws/whats-new/2023/06/amazon-sqs-dead-letter-queue-redrive-aws-sdk-cli/
Documentation: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html#sqs-dead-letter-queues-redrive
Maybe a note in the readme could be added to inform all people interested in this project.
FYI, AWS only supports DLQ redrive for standard queues, not FIFO queues.
AWS announced support to move messages from DLQ to the source queue using the new redrive API on June 8, 2023: https://aws.amazon.com/about-aws/whats-new/2023/06/amazon-sqs-dead-letter-queue-redrive-aws-sdk-cli/
Documentation: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html#sqs-dead-letter-queues-redrive
Maybe a note in the readme could be added to inform all people interested in this project.