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/)