We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
FYI, AWS only supports DLQ redrive for standard queues, not FIFO queues.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: