Hi I am currently building a social media application where users will be able to upload photos and videos and chat functionality I was looking initially for bubble to handle this however after realizing the pricing for bubbles storage, I have now decided to integrate Amazon (AWS) Services to handle this instead.
what I need to achieve is:
- A signed in user being able to upload a picture or video
- Converted/Down Sampled in order to reduce the file size
- Analyze Photo/Video with Rekognition (Content Moderation/ Document/Face Checker)
- Store metadata for use later in application
- Store photo in a secure S3 Bucket (linked to the user?)
- User is able to delete/modify document.
- Authorized users are able to view photo/video. (will there be a charge for serving this content?)
As its a social media site I need only the Authorized users to see these photos eg. (Friends, Admins, Original Poster)
I also want to make sure that the security of these documents are robust. (I’m a little unsure regarding this aspect of the site)
If there are any kind-hearted Bubbler’s that would be able to help/advise me with this or point me in the right direction I would be eternally grateful.
Thank You.