mwvgroup / pittgoogle-user-demos

GNU General Public License v3.0
2 stars 0 forks source link

Add an example that uses Cloud Functions #17

Open troyraen opened 1 year ago

troyraen commented 1 year ago

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.