#amazon-sqs #aws #messages #polling #tool #command-line-tool #instance

app dlq

a CLI tool for polling the messages from your AWS DLQ instance

1 unstable release

0.1.0 May 5, 2024

#4 in #amazon-sqs

MIT license

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