logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SQS Client - Manage AWS Queues | Online Free DevTools by Hexmos

Manage AWS SQS queues easily with SQSC. Interact, query, and copy messages across queues. Free online tool, no registration required.

sqsc

An AWS Simple Queue Service client. More information: https://github.com/yongfei25/sqsc.

  • List all queues:

sqsc lq {{queue_prefix}}

  • List all messages in a queue:

sqsc ls {{queue_name}}

  • Copy all messages from one queue to another:

sqsc cp {{source_queue}} {{destination_queue}}

  • Move all messages from one queue to another:

sqsc mv {{source_queue}} {{destination_queue}}

  • Describe a queue:

sqsc describe {{queue_name}}

  • Query a queue with SQL syntax:

sqsc query "SELECT body FROM {{queue_name}} WHERE body LIKE '%user%'"

  • Pull all messages from a queue into a local SQLite database in your present working directory:

sqsc pull {{queue_name}}

See Also