sqs-producer : Enqueues messages onto a given SQS queue. You can installing sqs-producer npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install sqs-producer $ sudo npm install -g sqs-producer
If want to update the sqs-producer package execute the command as below,
$ sudo npm update sqs-producer
Update package globally,
$ npm install -g sqs-producer
$ sudo git clone https://github.com/rektide/sqs-producer.git
$ sudo npm install -g ./sqs-producer
sqs-producer@1.6.2 /usr/lib/node_modules/sqs-producer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sqs-producer
| Package Name | sqs-producer |
| Version | 1.6.2 |
| Description | Enqueues messages onto a given SQS queue |
| Released Date | 2017-11-17T09:47:26.390Z |
| Published by | ibl |
| How to Learn | https://www.npmjs.com/package/sqs-producer/tutorial |