Step-by-step guide Python - Google Cloud Function

  Рет қаралды 44,292

ForDevelopers

ForDevelopers

Күн бұрын

Пікірлер: 20
@christopherkube7805
@christopherkube7805 2 жыл бұрын
It’s a very good and comprehensive tutorial with easy explanations. 00:00 Intro 02:00 Reviewing the example Cloud Function from Google (locally) 03:50 How to run the example Cloud Function locally 10:20 Into to Google Cloud Platform (GCP) 17:12 Create Service Account 22:55 Create the example Cloud Function from Google (in GCP) 31:19 Create Cloud Function via CLI 38:35 Continuous Deployment from Git to GCP using Cloud Build 49:15 Triggering the Could Function with the Cloud Scheduler
@ScrolltheNature
@ScrolltheNature Жыл бұрын
Save !! this man at all cost ...life saviour.
@AlexandreLimaC
@AlexandreLimaC Жыл бұрын
Very good intro! Thanks
@ChanceTEK
@ChanceTEK Жыл бұрын
Extremely helpful. Thank you.
@ForDevelopers
@ForDevelopers Жыл бұрын
Thank you
@Andresferro6
@Andresferro6 2 жыл бұрын
Very good tutorial, nice, really nice work.
@AntonioPereira-pb5ym
@AntonioPereira-pb5ym 8 ай бұрын
very usefull tutorial, thank you !!!!
@abrarmahi
@abrarmahi 10 ай бұрын
If you know/have a cloud project the video starts 17:20. Watch at 1.5x speed.
@kaliyappang3973
@kaliyappang3973 2 жыл бұрын
Nicely explained.. thanks for ur wonderful video work
@AlexBrazilDF
@AlexBrazilDF Жыл бұрын
Amazing friend!🤓
@ForDevelopers
@ForDevelopers Жыл бұрын
Thank you! Cheers!
@hirefiedinc6313
@hirefiedinc6313 Жыл бұрын
Very nice tutorial. Thanks
@ForDevelopers
@ForDevelopers Жыл бұрын
Glad it was helpful!
@margaretisolan9189
@margaretisolan9189 2 жыл бұрын
Good stuff. Thank you.
@rukhshanrehman5808
@rukhshanrehman5808 2 жыл бұрын
This was very nice. Will it be possible to share the git for this?
@ForDevelopers
@ForDevelopers 2 жыл бұрын
Good point, I updated the description. and for quick reference github.com/stefanbertos/for-developers-gcp-cloud-function-python
@TradingBantai
@TradingBantai 2 жыл бұрын
Can google access my data in cloud
@ForDevelopers
@ForDevelopers 2 жыл бұрын
Depends who represents "google" in your question :) And remember I'm not a Google employee.
@kylewang4723
@kylewang4723 2 жыл бұрын
thanks for the video! I had issues with trying to run it locally - it raises a 400 error. Apparently request.get_json() will do that in flask version 2.1 now so the simple example doesn't work anymore.
@ForDevelopers
@ForDevelopers 2 жыл бұрын
good to know, I already commited the fix into the github and it is pretty simple, just set the parameters of the get_json. request_json = request.get_json(force=True, silent=True, cache=True) and then the simple example will also work.
Google Cloud Platform (GCP) - Google Cloud Functions Deep Dive
1:50:36
How to deploy a dockerized FastAPI to Cloud Run
22:22
COMMAND
Рет қаралды 4,8 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,4 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 145 МЛН
Google Cloud Api Gateway Tutorial
35:43
ForDevelopers
Рет қаралды 21 М.
Getting started with Cloud Functions
19:26
Firebase
Рет қаралды 54 М.
Cloud Functions vs. Cloud Run
20:37
Google Cloud Tech
Рет қаралды 50 М.
Connect Google Cloud SQL to a Python Cloud Function
27:59
Vladsave Coding
Рет қаралды 10 М.
Dockerize Python script and deploy to Google Compute Engine (GCE)
14:24