mercury2269 / sqsmover

AWS SQS Message mover
Apache License 2.0
324 stars 64 forks source link

AWS released redrive API covering moving of messages between queues #145

Open peermuellerxw opened 1 year ago

peermuellerxw commented 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.

pauldraper commented 1 year ago

FYI, AWS only supports DLQ redrive for standard queues, not FIFO queues.