An open API service indexing awesome lists of open source software.

https://github.com/thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run

How to deploy a dockerized FastAPI to Google Cloud Run
https://github.com/thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run

Last synced: 5 months ago
JSON representation

How to deploy a dockerized FastAPI to Google Cloud Run

Awesome Lists containing this project

README

        

# TLDR

Welcome to "How to deploy a dockerized FastAPI to Cloud Run"

## TOC

1. `Create a Dev Container` ie: part_1.md
2. `Build a simple FastAPI` ie: part_2.md
3. `Deploy the API to GCR` ie: part_3.md
4. `Set up CICD` ie: part_4.md