Cloud tools and Python packages have become so powerful that you can build a (scalable) cloud-based API in fewer than 200 lines of code. In this blog post, you’ll see how to use Google Cloud, Terraform, and FastAPI to deploy a queryable data API on the cloud. The repository associated with this project can be found here should you wish to try this for yourself. An example of the API created in this blog post returning data. Background The basic idea here is: create an image of a computer th...