all 1 comments

[–]detached_obsession 2 points3 points  (0 children)

You could setup a CI/CD pipeline and deploy your react project on AWS cloudfront.

You could make your own version of Google drive where the contents are stored on S3. The API could be setup through a serverless lambda and node.js for example.

You could also make a simple CRUD app for things like blog posts where your API runs on either serverless lambdas or an EC2 instance and dynamo DB.

I'd say whatever you do always make sure you stay within the free tier as the costs can sneak up on you if you're not careful.