aws-sqs-cli

1.0.2-rc6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i aws-sqs-cli

Weekly Downloads

0

Version

1.0.2-rc6

License

MIT

Unpacked Size

378 kB

Total Files

59

Last publish

Collaborators

  • xahhy