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回答
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
エキスパート
回答済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ