Receiving SMS from users and stores in AWS

0 votes
I gave the requirement permission involving SMS and AWS platform, the requirement is that users can send SMS to a mobile number and I need to store those SMS and their metadata into AWS RDS or DynamoDB or any AWS compatible storage. These SMS will is getting populated to a realtime dashboard.Anyone here facing this issue? or any tools or technology I could use to resolve this issue?????
Apr 13, 2018 in AWS by Flying geek
• 3,280 points
1,306 views

2 answers to this question.

0 votes

You can send the SMS message using Amazon SNS. If you want to use this to send the message, Amazon has provided an AWS SDK called boto3. The message can be stored by using any RDS-compatible database engine (PostgreSQL, Aurora, MySQL, etc.). Amazon RDS simply provisions the servers that will run this software. If you are planning to make a web app for the dashboard, a framework like Django would be a good choice. Then you could use something like Django Channels for the real-time requirement.

answered Apr 13, 2018 by Cloud gunner
• 4,670 points
0 votes
As far as I know, receiving international SMS is free and without hassle on the receiver's side. Unlike sending SMS which AWS SNS provide

So that separate the SMS receiving business and the storage business. To receive SMS you can look at Nexmo or Twilio.

Please note that SMS fails regularly and the sender is charged for international SMS most of the time
answered Aug 21, 2018 by Priyaj
• 58,090 points

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer
0 votes
2 answers

How to skip headers when reading a CSV file in S3 and creating a table in AWS Athena?

Thanks for the answer. This should be clear ...READ MORE

answered Aug 14, 2019 in AWS by athenauserz
11,230 views
0 votes
1 answer

How to have a server 2012 in cloud and my users in different location

You will access the server the same ...READ MORE

answered Sep 25, 2018 in AWS by Priyaj
• 58,090 points
609 views
0 votes
1 answer

How can I disable a user's password in AWS using boto3

delete_login_profile is the one you should use if ...READ MORE

answered Sep 27, 2018 in AWS by Priyaj
• 58,090 points
2,704 views
0 votes
1 answer

how to access AWS S3 from Lambda in VPC

With boto3, the S3 urls are virtual by default, ...READ MORE

answered Sep 28, 2018 in AWS by Priyaj
• 58,090 points
9,594 views
+5 votes
2 answers

Can we export/migrate users from AWS cognito, does it cause vendor lock-in?

Cognito actually has the capability to import ...READ MORE

answered Aug 1, 2018 in AWS by bug_seeker
• 15,520 points
4,481 views
+1 vote
3 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP