Google Cloud Functions Python QuickStart: HTTP & Serverless Tutorial with Example

preview_player
Показать описание
Hey in this tutorial I teach how to use Google Cloud Function the serverless competitor to AWS Lambdas.

I cover first time setup, a real world example with dependencies, and the billing

0:00 Google Cloud Overview
0:30 First time cloud function prereqs
1:15 Creating the cloud function
3:30 Inline editor
5:00 Setting up google sheets api
6:20 Real world google cloud function example
7:30 Important cloud metrics
7:50 re-deploying my example after debugging
9:05 Invoking the function
9:50 Billing
Рекомендации по теме
Комментарии
Автор

Thank you for making this video! Was struggling to figure this out with GPT4 and Claude but this video cleared it all up on how to get Cloud Functions working with Gsheets! Now just need to figure out how to set a trigger to run a python script once a day

MarcPfeiffer
Автор

Any experience with IAM permissions? I tried deploying a similar function, but actually trigger it with my URL because of the default organizational policies preventing Cloud Run from setting unauthorized users to invoke the function.

stevecaldwell