sqsc
AWS SQS queue management CLI
TLDR
SYNOPSIS
sqsc command [options] [args]
DESCRIPTION
sqsc is a command-line client for Amazon Simple Queue Service (SQS). It provides queue management operations including creating queues, sending and receiving messages, deleting processed messages, and purging queues.The tool uses standard AWS credential configuration for authentication. It supports common SQS workflows such as sending messages to queue URLs, receiving batches of messages for processing, and deleting messages by receipt handle after successful processing.
PARAMETERS
list
List queues.send
Send message.receive
Receive messages.delete
Delete message.purge
Clear queue.create
Create queue.--region REGION
AWS region.
CAVEATS
AWS account needed. Credentials required. Region specific.
HISTORY
sqsc is a lightweight command-line client for Amazon Simple Queue Service, created as an alternative to the verbose AWS CLI for common SQS operations like listing, sending, receiving, and purging queues.
SEE ALSO
aws(1)
