POC that handles sending and retrieving messages to/from AWS SQS
- AWS account
- Account ID
- Valid AWS credentials file setup on your system.
- Node
Setup a .env file with the following
ACCOUNT_ID=""
QUEUE_NAME=""
SQS_API_VERSION="2012-11-05"
AWS_REGION=""
To send a message:
node send.js
To process a message:
node process.js