Zqs makes it easier to send messages to the Amazon SQS. Just provide it file or directory containing the file and watch it run the file(s) seamlessly
Install zqs using go cli
go install github.com/WajahatAliAbid/zqs
- Run messages from a file
- Run messages from a directory
- Run providing queue name instead of queue url
Send json file data.json to the queue my-queue
zqs send-message my-queue -f "./file.txt"
Send json files from directory containing json files
zqs send-message my-queue -d "./dir-of-files`"
Clone the project
git clone https://github.com/github.com/WajahatAliAbid/zqs
Go to the project directory
cd zqs
Install dependencies
go mod download
Run the cli
go run main.go