A CLI tool for redriving dead-letter messages from an SQS DLQ back onto the original SQS queue. Version 0.0.3, experimental and rarely updated. Key differentiators: lightweight, no configuration files, automatic DLQ detection via queue attributes. Alternative to AWS Console or SDK-based scripts.
npm install overdriveNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Redrives all dead-letter messages from the DLQ associated with the given queue URL, with a 2-minute timeout.
Consider writing a custom script using the AWS SDK for your environment.
Export AWS_REGION in your shell before running overdrive.
Add sqs:GetQueueUrl to your DLQ IAM statement.
Verify AWS_REGION and network connectivity to SQS.
Add sqs:GetQueueAttributes action for both queues in IAM.
No dependency data recorded yet.