1.0.2-rc6 • Published 5 years ago

aws-sqs-cli v1.0.2-rc6

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

AWS SQS Tutorial

Action Status npm npm GitHub GitHub top language GitHub repo size GitHub last commit node

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

menu.jpg

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!

menu.jpg

Use Globally

Run npm link to link current package to global package. Then run aws-sqs-cli in the command-line

Develop

  1. Run npm run dev. Program is waiting for debugger to connect to localhost:9229
  2. 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