Serverless Python: Deploying FastAPI to Google Cloud Run with Docker
Introduction
In my previous article, we built a high-performance Async API using FastAPI and SQLAlchemy 2.0.
But code that only lives on localhost provides zero value.
Today, we are moving that API to production. We will containerize our application ...
logiclooptech.dev3 min read