You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Build your Function in the same container environment used by Cloud Functions using [buildpacks](https://github.com/GoogleCloudPlatform/buildpacks).
39
+
* Build your Function in the same container environment used by Cloud Run functions using [buildpacks](https://github.com/GoogleCloudPlatform/buildpacks).
40
40
* Invoke a function in response to a request
41
41
* Automatically unmarshal events conforming to the
42
42
[CloudEvents](https://cloudevents.io/) spec
@@ -161,7 +161,7 @@ handling logic.
161
161
162
162
## Run your function on serverless platforms
163
163
164
-
### Google Cloud Functions
164
+
### Google Cloud Run functions
165
165
166
166
Deploy from your local machine using the `gcloud` command-line tool.
167
167
[Check out the Cloud Functions quickstart](https://cloud.google.com/functions/docs/quickstart).
0 commit comments