Cloud Functions are one of the most useful things you can learn this year! Have you heard of APIs? Well, it can be difficult to deploy them and actually use them if you don’t have experience in this topic, but fortunately, Cloud Functions are just like APIs but better! You can execute backend code without having to worry about scaling or managing our servers.
AWS? Azure? GCP?
It doesn’t matter.
We will be using GCP in this course, but the platform is not the important thing here. Rather, we focus on the process of constructing Cloud Functions and using best practices to deploy them.
And furthermore, we are going to use one of the simplest yet most powerful programming languages of all times: Python!
It can’t get better.
In this crash course, you will learn lots of things like:
Implement Google Cloud Functions in Python
Use an environment, version control system (Git & Github) and adding meaningful documentation (Markdown)
Test Cloud Functions locally
Deploy Cloud Functions from the terminal
Test deployed Cloud Functions with Postman
Add basic securities (Bearer token) to Cloud Functions
Manage CORS to Cloud Functions to fetch them from the Browser
Schedule Cloud Functions
Delete Cloud Functions
I hope you learn a lot in this course and enjoy as much as I enjoyed doing it!
Instructor Details
Courses : 3
Specification: Google Cloud Functions (FaaS) with Python from zero to hero!
|
3 reviews for Google Cloud Functions (FaaS) with Python from zero to hero!
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
$19.99 $9.99
Ahren Adams –
Light on content and underlying framework. Needs more information pertaining to possible issues that may arise. But i guess course is new so until user add issues they will not be added.
George Tzirtzilakis –
A very good intro into cloud functions, practical, engaging, and following a real world pipeline, excellent for beginners. However, the concepts were not so thoroughly explained and there is more material yet to be covered, ie how to create data from the request and save to db, other ways to secure functions etc
Ronen Laviv –
Great info. Things didn’t work smoothly for me, but debugging is part of the learning process. David was helpful addressing questions I had. I recommend the course.