1 unstable release
0.1.0 | May 5, 2024 |
---|
#4 in #amazon-sqs
18KB
DLQ Cli Tool
1. List your SQS Urls
dlq list
2. fetch all messages in your dlq
# poll the given queue url
dlq poll <url>
# use environment variable
DLQ_URL=<url> dlq poll
Dependencies
~53MB
~1M SLoC