/aws-sns-sms-messaging-poc

AWS SNS SMS Messaging Proof Of Concept

Primary LanguageJavaScript

AWS SNS SMS Messaging POC

How to use

npm i
cp env.example .env

Edit your .env file and run the app

npm start

Good to know

In your dotenv file, AWS_SNS_SMS_TYPE can be Promotional or Transactional.
Promotional is cheaper & less reliable and Transactional is more expensive & more reliable, according to aws documentation.
As far as I experienced, Transactional can even deliver SMS to VOIP numbers while Promotional can't.
What to choose is up to your reference.
Hope you find this helpful! ⭐😎

LICENSE

MIT
Created by CrazyOptimist with ❤️
Dec 27, 2020