Skip to main content
The SQS connector answers “is this queue backing up, and where do failed messages go” without reading, sending or deleting a message. Setup and the IAM policy are on the AWS page.

Tools

Queues can be named by name, URL or ARN.

Safety

  • No tool receives a message: ReceiveMessage would hide it from your consumers for the visibility timeout. No tool sends or deletes one either.
  • Counts are approximate, as SQS reports them.

Example prompts

  • “How deep is orders and how old is its oldest message?”
  • “Are messages piling up in the dead-letter queue for orders?”
  • “Which queues send failed messages to payments-dlq?”