Cloud Functions - bobbae/gcp GitHub Wiki
Google Cloud Functions is a lightweight compute solution for developers to create single-purpose, stand-alone functions that respond to Cloud events without the need to manage a server or runtime environment.
https://cloud.google.com/functions/docs/quickstart
Cloud Functions vs Cloud Run
https://towardsdatascience.com/understand-and-compare-cloud-functions-vs-cloud-run-5afc2beb2fb
Cloud Functions second generation
https://cloud.google.com/functions/docs/2nd-gen/getting-started
https://cloud.google.com/blog/products/serverless/introducing-the-next-generation-of-cloud-functions
https://medium.com/geekculture/2nd-generation-google-cloud-function-a069a131e313
Execution environment
https://cloud.google.com/functions/docs/concepts/exec
Stateless
https://cloud.google.com/functions/docs/concepts/exec#stateless_functions
Minimum instances
You can avoid cold starts for your application and reduce application latency by setting a minimum number of instances.
https://cloud.google.com/run/docs/configuring/min-instances
Using maximum instances
You can control the scaling behavior of your function by setting a maximum number of Cloud Functions instances.
https://cloud.google.com/functions/docs/configuring/max-instances
Region Performances
Functions Framework
https://github.com/GoogleCloudPlatform/functions-framework-python
https://medium.com/google-cloud/gcp-cloud-functions-develop-it-the-right-way-82e633b07756
Cloud Functions for .NET
Anti patterns
Idempotency
Reuse
Cloud Functions URL permission error and IAM
https://lukestoolkit.blogspot.com/2020/06/google-cloud-functions-error-forbidden.html
Tutorial
https://medium.com/geekculture/google-cloud-functions-a-brief-tutorial-de07d8945b01
Event driven applications using Cloud Functions
Deploying Cloud Functions on a Chromebook
API Gateway with Cloud Functions
Monitoring High usage BigQuery jobs
OCR tutorial with Cloud Functions
https://cloud.google.com/functions/docs/tutorials/ocr
Going beyond Cloud Functions limits using BigQuery
https://medium.com/google-cloud/google-cloud-function-beyond-the-limits-ea1f16c577b
Working around the 9 minute limit of Cloud Functions
Using Cloud Functions to implement a Slack Slash command
https://cloud.google.com/functions/docs/tutorials/slack
Blurring images using ImageMagick
https://cloud.google.com/functions/docs/tutorials/imagemagick
Cloud Functions caching with node-cache
https://medium.com/@kangthecreator/google-cloud-functions-caching-with-node-cache-6647c76c9adc
OAuth2 authentication for Cloud Functions
https://dev.to/rampi/oauth2-authentication-for-a-google-cloud-functions-56g
Serverless performance monitoring
https://cloud.google.com/architecture/serverless-web-performance-monitoring-using-cloud-functions
Streaming data from Cloud storage to BigQuery
Connecting to Cloud Memorystore Redis instance
https://cloud.google.com/memorystore/docs/redis/connect-redis-instance-functions
Testing Cloud Functions using Cloud Build and Terraform
https://cloud.google.com/architecture/system-testing-cloud-functions-using-cloud-build-and-terraform