
SMS API in 5 minutes with AWS SNS and NodeJS
Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=MvUdqXI-s7g
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
Other Videos By SBCODE
Tags:
aws
sns
aws sns
sms
send sms
sms api
nodejs sms api
nodejs
seanwasere