Python FastAPI REST API template for GCP Cloud Run with automatic versioning
Template for building and deploying a versioned REST API using Python, FastAPI, and Poetry, packaged with Docker and hosted on Google Cloud Run. It automates major-version-based Cloud Run services and custom domain mapping, making it suitable for APIs that need stable, independently deployable major releases and CI/CD-driven releases.
0