A CLI tool to re-drive AWS SQS Dead Letter Queue messages to another queue, often used to reprocess failed messages. Current stable version 1.0.1, no active release cadence. Key differentiator: simple cmd-line usage without code changes, supports FIFO queues with deduplication caveats. Use AWS SDK environment variables or profiles for cross-account operations.
npm install replay-aws-dlqNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Re-drive messages from a FIFO dead letter queue to its source queue using AWS profile.
Wait at least 5 minutes after original messages were sent before re-driving.
Set AWS_PROFILE or AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY environment variables.
Verify queue URLs exist and are accessible from your AWS account.