Google Cloud Functions

Google Cloud Functions is a serverless compute service that executes arbitrary code. However, at this time Google Cloud Functions is a beta service that does not work with Python.

Amazon Web Services (AWS) Lambda is currently a good alternative until Google Cloud Functions supports Python.

The Google Cloud Functions service is an implementation of the serverless concept. Learn how these pieces fit together in the deployment chapter or view the table of contents for all topics.

Google Cloud Functions resources

What's next after Google Cloud Functions?

I want to learn how to code a Python web application using a framework.

What is Docker and how does it fit with Python deployments?

How do I create an API for my web application?


Matt Makai 2012-2022