SMS API in 5 minutes with AWS SNS and NodeJS

SMS API in 5 minutes with AWS SNS and NodeJS

In this video I quickly create an SMS API in NodeJS and send messages via the AWS SNS Text Messaging service.

The steps are to clone the repo from GitHub,
Create an AWS IAM user in the ‘AmazonSNSFullAccess’ group,
Rename the .env.example file to .env and replace the AWS access key, secret and region with your settings.
$npm install
$npm start
and visit the new API URL in your browser.
Example URL is in the github repository

GitHub project at https://github.com/Sean-Bradley/AWS-SNS-SMS-with-NodeJS

Add Comment