#GCP #CloudFunctions #Serverless #Python #Terraform
*HTTP Endpoints with GCP Cloud Functions*
In this video, we explore deploying Python-based serverless microservices on Google Cloud as part of our *Serverless HTTP Endpoints* series:
https://youtu.be/KNQnumuowtM
• Deploy serverless Python microservices using Google Cloud Functions
• Use Firebase (Firestore) as a document database for scalable data storage
• Configure HTTP endpoints to interact with serverless functions
• Secure access using Google Cloud auth headers with signed JWTs
• Clean up by tearing down all deployed infrastructure
This video complements the *GCP Managed Instance Groups* tutorial:
https://youtu.be/7R22Rc0JYSY
Check out the full code and instructions:
GitHub: https://github.com/mamonaco1973/gcp-flasky-cloud-functions/
README: https://github.com/mamonaco1973/gcp-flasky-cloud-functions/blob/main/README.md
---
*Chapters*
00:00 Introduction
01:37 Serverless Basics
03:53 GCP Diagram
04:22 Prerequisites
04:49 Build the Code
06:57 Build Results
08:22 Test in Postman
09:35 Secure the API
13:18 GCP Issues