Google Cloud has a number of options to run your code. We can deploy a function to Cloud Functions, an app to App Engine, or an app with a custom runtime (a Docker container) to Cloud Run.
In this post the same code snippet is deployed to all three Google Cloud Platform features. Locally the Functions Framework is used .
Portable code migrating across Google Cloud’s serverless platforms →