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
Our current and planned examples use Cloud Run. This is generally preferred over Cloud Functions because it is more flexible and has higher quotas (e.g., max throughput). However, Cloud Functions is easier for non-technical folks because GCP handles some details under the hood. For example, it allows you to deploy a "bare" function and GCP takes care of containerizing it for you. Thus it has a lower barrier to entry.
The text was updated successfully, but these errors were encountered:
Our current and planned examples use Cloud Run. This is generally preferred over Cloud Functions because it is more flexible and has higher quotas (e.g., max throughput). However, Cloud Functions is easier for non-technical folks because GCP handles some details under the hood. For example, it allows you to deploy a "bare" function and GCP takes care of containerizing it for you. Thus it has a lower barrier to entry.
The text was updated successfully, but these errors were encountered: