Sending SMS Messages with Amazon SNS, AWS Lambda and Python
- by Emre Yilmaz
- May 23, 2018
- AWS • Serverless • Python • AWS Lambda • Amazon SNS
Did you know that you can send SMS messages easily with Amazon SNS without subscribing any phone numbers to a topic? Let’s say that you have verified phone numbers and you would like to send text messages to them assuming that they opted in for this. Besides, you would like to pay only when you send. You can use Amazon SNS SDK for Python and automate this process using AWS Lambda.
Continue reading the Sending SMS Messages with Amazon SNS, AWS Lambda and Python blog post.