https://github.com/crazyoptimist/aws-sns-sms-messaging-poc
AWS SNS SMS Messaging Proof Of Concept
https://github.com/crazyoptimist/aws-sns-sms-messaging-poc
Last synced: 11 months ago
JSON representation
AWS SNS SMS Messaging Proof Of Concept
- Host: GitHub
- URL: https://github.com/crazyoptimist/aws-sns-sms-messaging-poc
- Owner: crazyoptimist
- Created: 2020-12-27T13:07:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T13:21:28.000Z (over 5 years ago)
- Last Synced: 2025-03-30T20:16:10.819Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS SNS SMS Messaging POC
## How to use
```bash
npm i
cp env.example .env
```
Edit your .env file and run the app
```bash
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! :star::sunglasses:
## LICENSE
MIT
Created by [CrazyOptimist](https://crazyoptimist.net) with :heart:
Dec 27, 2020