google-cloud-functions.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [google-cloud-functions]
www.codever.land/bookmarks/t/google-cloud-functions
Google Cloud Functions - Controlling Scaling Behavior
https://cloud.google.com/functions/docs/max-instances
Max instances in Cloud Functions is a feature that allows you to limit the degree to which your function will scale in response to incoming requests.
In Cloud Functions, scaling is achieved by creati...
MySQL on Cloud Functions
https://fireship.io/lessons/sql-firebase-typeorm/
Learn how to use a relational MySQL database with Firebase Cloud Functions and TypeORM
- :calendar: published on: 2019-08-06
- tags: google-cloud-functions, mysql, typeorm, typescript
Google Cloud Functions - Using Environment Variables
https://cloud.google.com/functions/docs/env-var
Environment variables in Cloud Functions is a feature that allows you to specify arbitrary key/value pairs at the time of deployment which will be surfaced as literal [environment variables](https://w...
Google Cloud Pub/Sub Tutorial
https://cloud.google.com/functions/docs/tutorials/pubsub
This simple tutorial demonstrates writing, deploying, and triggering a Background Cloud Function with a [Cloud Pub/Sub trigger](https://cl...
- tags: google-cloud-functions, node.js, python, go, google-cloud-pubsub
- :octocat: source code
GitHub - GoogleCloudPlatform/functions-framework-nodejs
https://github.com/GoogleCloudPlatform/functions-framework-nodejs
FaaS (Function as a service) framework for writing portable Node.js functions - GoogleCloudPlatform/functions-framework-nodejs
- tags: faas, cloud-computing, google-cloud-functions, node.js, google-cloud-platform
- :octocat: source code
Google Cloud Functions - Deploying from Source Control
https://cloud.google.com/functions/docs/deploying/repo
If you prefer to deploy your function source code from a source repository like GitHub or Bitbucket, you can use [Google Cloud Source Repositories](https://cloud.google.com/tools/cloud-repositories/do...
- tags: google-cloud-functions, source-control, github, git
Connecting to Cloud SQL
https://cloud.google.com/functions/docs/sql
Cloud SQL is a fully-managed database service that makes it easy to set up, maintain, manage, and administer your relational PostgreSQL and MySQL databases in the cloud. You can connect your Cloud Fun...