Is there any service / functionality that allows someone to text a video to a dedicated number and that video gets uploaded to aws? The aws account and dedicated short code would be controlled by the same platform. This service would make it much easier to quickly upload videos from your phone.
Asked
Active
Viewed 76 times
1 Answers
0
No, there is no service that provides this as functionality.
You would need to code it yourself.

John Rotenstein
- 241,921
- 22
- 380
- 470
-
Thanks John. Do you know of any service to handle mms / iMessage data? – Lastraum Kostanzioso Jan 19 '20 at 16:30
-
Amazon Simple Notification Service (Amazon SNS) can send SMS messages, but it does not support MMS. It also supports [Apple-style push notifications](https://aws.amazon.com/blogs/messaging-and-targeting/sending-push-notifications-to-ios-13-devices-with-amazon-sns/). – John Rotenstein Jan 21 '20 at 00:33
-
Thanks. I need inbound texts not SNS. – Lastraum Kostanzioso Jan 22 '20 at 05:15
-
Twilio has a good service for SMS and MMS. However, videos sent as MMS are shrunken down to max 5mb. – Lastraum Kostanzioso Jan 22 '20 at 05:16