Simple Queue Service (SQS) Tutorial NodeJS + AWS SDK

Simple Queue Service (SQS) Tutorial NodeJS + AWS SDK

https://awstutorialseries.com/

Tutorial on how AWS SQS works and a simple application implemented using NodeJS and the AWS SDK. With this app you will be able to create queues and work with messages within those queues.

Please make sure you check my github. When you clone it create a config.json with your credentials.

Github
https://github.com/andrewpuch/aws-sqs-node-js-examples

Add Comment