Skip to content

Commit cf2e393

Browse files
authored
Update README.md to reflect Cloud Run functions rebrand (#1509)
1 parent 622eec9 commit cf2e393

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

functions/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Ruby Cloud Functions samples
22

3-
This directory contains the Ruby samples for Cloud Functions.
3+
This directory contains the Ruby samples for Cloud Run Functions.
4+
5+
[Cloud Run functions](https://cloud.google.com/functions/docs/concepts/overview) is a lightweight, event-based, asynchronous compute solution that allows you to create small, single-purpose functions that respond to Cloud events without the need to manage a server or a runtime environment.
6+
7+
There are two versions of Cloud Run functions:
8+
9+
* **Cloud Run functions**, formerly known as Cloud Functions (2nd gen), which deploys your function as services on Cloud Run, allowing you to trigger them using Eventarc and Pub/Sub. Cloud Run functions are created using `gcloud functions` or `gcloud run`. Samples for Cloud Run functions can be found in the [`functions/v2`](v2/) folder.
10+
* **Cloud Run functions (1st gen)**, formerly known as Cloud Functions (1st gen), the original version of functions with limited event triggers and configurability. Cloud Run functions (1st gen) are created using `gcloud functions --no-gen2`. Samples for Cloud Run functions (1st generation) can be found in the current `functions/` folder.
411

512
Samples are organized one region tag (i.e. one sample) per file, where the file
613
paths (directories and file names) match the region tags. For example, the

0 commit comments

Comments
 (0)