A file-sharing application, but from scratch on AWS by Luciano and Eoin live on AWS Bites
A file sharing application. Imagine that you have a file you want to share with others, or even with yourself on another device. You don't want to use Google Drive, Dropbox, or any of the public cloud services, perhaps because they are blocked in some way. This codebase will allow you to deploy your own, branded file sharing service!
We will start with a working MVP and go from there. The scope and order of iterations is subject to change!
- MVP: The simplest possible file sharing between a sender (who owns all the AWS infrastructure) and the receiver
- Domain Names and Fancy URLs
- Command Line Interface (CLI)
- Deployment Pipeline
- Authorisation
- Expiration, quotas, limits, pricing
- 💡 Your ideas! Let us know!