cloud-based file sharing tool

Job ID: 36981981

Budget: $20 – $40 USD

Task: Create a web-based file-sharing tool with support for sharing with multiple users.

I need a video recorded of all doing this.

How the app works: The user logs into the website and gets a file upload screen. The user chooses the file from local storage and also enters a number of email addresses (up to 5). Once the user hits upload, the file is stored in S3. Also, the link to the file is emailed to the provided email addresses.

A list of files uploaded by the user should be stored in a cloud database, for billing purposes.

Deliverables (i.e, things to submit): your code for the webpage and file uploader, your code for the AWS Lamda and SES portion, video of the system usage). Once all the users have clicked on the link, the file should be deleted.

What tools you need to use: Use an AWS EC2 instance to host the webserver for the app. Use AWS S3 to store the file. Use AWS Lambda and AWS SES to send the emails. Use AWS DynamoDB or RDS to store file info.

EC2-based web server (5 points), File upload and storage (5 points), database usage (5 points), email to users (5 points), file deletion [4 points].

You are allowed to use code snippets from these sites with attribution (i.e., say you have used this code snippet from this site)

AWS Lamda and SES: https://aws.amazon.com/premiumsupport/knowledge-center/lambda-send-email-ses/Links to an external site.

USE PYTHON -- flask web server.
Related categories: Python MySQL Amazon Web Services Node.js Flask