How can you build a WeTransfer or a Dropbox Transfer clone on AWS?
This is our fifth live coding stream. In this episode, we continued adding some security to our application. Specifically, we implemented 75% of the OAuth 2 device flow on top of AWS Cognito to allow our file upload CLI application to get some credentials. In order to implement this flow, we need to store some secrets. We decided to use DynamoDB and spent a lot of time discussing our data design and how and why we used the famous and controversial DynamoDB single table design principle.
All our code is available in this repository: github.com/awsbites/weshare.click.
Some of the resources we mentioned: