HTTP Endpoints with GCP Cloud Functions

Опубликовано: 12 Июнь 2026
на канале: Mike's Cloud Solutions
3,471
206

#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:

   • HTTP Endpoints in the Cloud: AWS Lambdas, ...  

• 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:

   • Scaling with GCP Managed Instance Groups: ...  

Check out the full code and instructions:
GitHub: https://github.com/mamonaco1973/gcp-f...
README: https://github.com/mamonaco1973/gcp-f...

---

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