#messages #tool #cli-tool #instance #polling #aws

app dlq

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

1 unstable release

0.1.0 May 5, 2024

#697 in Command line utilities

Download history 149/week @ 2024-04-29 37/week @ 2024-05-06

186 downloads per month

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

~55MB
~1M SLoC