aws-sqs-cli
v1.0.2-rc6
Published
A CLI For AWS SQS Service Workshop
Downloads
3
Readme
AWS SQS Tutorial
This project is aimed at the beginner of using AWS SQS service.
It's a pretty command-line program to send/receive/delete SQS messages using javascript aws-sdk
Usage
Clone this repo and run npm start
Follow the command-line hint:
- Type in your queue name
- Select the action you want
- Have fun!
Use Globally
Run npm link
to link current package to global package. Then run aws-sqs-cli
in the command-line
Develop
- Run
npm run dev
. Program is waiting for debugger to connect tolocalhost:9229
- Open your favorite debug tool to remote debug with
localhost:9229
Publish
Using GitHub Action to publish this aws-sqs-cli
package. It's configured to automatic publish package with v*
tag matches.
- Update package version using
npm version v1.0.0
git push