Flask-Python with SNS

0

Hello, I'm new to this platform. I'm working on a school project right now and I'm kinda curious how this works tho. I want the Amazon SNS to send sms notification on all numbers inputted in my flask app. Can anyone help me for this?

1 Answer
1

Hello.

I recommend that you read the following document once to learn how to send SMS notifications with Amazon SNS.
https://docs.aws.amazon.com/sns/latest/dg/sns-mobile-phone-number-as-subscriber.html

If you are using Flask, you will be notified using something like boto3, which is an AWS SDK for Python, so I think it would be a good idea to check the following documentation as well.
https://docs.aws.amazon.com/sns/latest/dg/sms_publish-to-phone.html

profile picture
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions