From b884a9cd2946e7822c85a01504673a6dca8a8350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20K=C3=B6nig?= Date: Mon, 29 Apr 2024 12:50:15 +0200 Subject: [PATCH] DevOps / Serverless / GCP (Cloud) Functions (#5496) Added some intro text and materials to get started. --- .../devops/content/109-serverless/103-gcp-functions.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/devops/content/109-serverless/103-gcp-functions.md b/src/data/roadmaps/devops/content/109-serverless/103-gcp-functions.md index 52dd3b730..ce4cf76c2 100644 --- a/src/data/roadmaps/devops/content/109-serverless/103-gcp-functions.md +++ b/src/data/roadmaps/devops/content/109-serverless/103-gcp-functions.md @@ -1 +1,6 @@ -# Gcp functions \ No newline at end of file +# GCP Cloud Functions + +Cloud Functions are the serverless "Function-as-a-Service" offer of Google Cloud Platform. + +- [GCP Cloud Functions Overview](https://cloud.google.com/functions/docs/concepts/overview) +- [GCP Cloud Functions Tutorial](https://antonputra.com/google/google-cloud-functions-tutorial/)