#amazon-sqs #aws #messages #cli-tool #polling #instance #fetch

应用 dlq

用于轮询 AWS DLQ 实例消息的 CLI 工具

1 个不稳定版本

0.1.0 2024年5月5日

#1922命令行工具

MIT 许可协议

18KB

DLQ CLI 工具

1. 列出您的 SQS URL

dlq list

2. 从您的 dlq 中获取所有消息

# poll the given queue url
dlq poll <url>

# use environment variable
DLQ_URL=<url> dlq poll

依赖项

~53MB
~1M SLoC