Hey guys
I'm not up to speed on the latest cloud offerings out there.
For very simple side project ideas that are essentially static websites with a search engine component that needs to query some data, what is the quickest/simplest options out there these days to get something running in a few hours?
Here's what I was hoping to achieve:
1. Upload a CSV spreadsheet of data to some cloud storage solution
2. Be able to quickly define some simple API endpoints hosted in the cloud to query said data.
3. Write the website as static files with a js client querying the API endpoints as needed.
4. Host the website as static files in S3 or similar for low cost and ease.
What is out there that is similar to this and do people recommend as the easiest to use?
Thanks!
T