LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sqsc

AWS SQS queue management CLI

TLDR

List queues
$ sqsc list
copy
Send message
$ sqsc send [queue-url] "[message]"
copy
Receive messages
$ sqsc receive [queue-url]
copy
Delete message
$ sqsc delete [queue-url] [receipt-handle]
copy
Purge queue
$ sqsc purge [queue-url]
copy
Create queue
$ sqsc create [queue-name]
copy

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)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid