From a7ec00acba05e8feb1bd734c2738d4e9b4d72dd5 Mon Sep 17 00:00:00 2001 From: Julio Diez Date: Tue, 29 Aug 2023 11:45:15 +0200 Subject: [PATCH] Delete API Gateway from serverless' README --- blueprints/serverless/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/blueprints/serverless/README.md b/blueprints/serverless/README.md index 18d08e752..01003fd03 100644 --- a/blueprints/serverless/README.md +++ b/blueprints/serverless/README.md @@ -6,11 +6,6 @@ They are meant to be used as minimal but complete starting points to create actu ## Blueprints -### Multi-region deployments for API Gateway - - This [blueprint](./api-gateway/) shows how to configure a load balancer to enable multi-region deployments for API Gateway. For more details on how this set up work have a look at the article [here](https://cloud.google.com/api-gateway/docs/multi-region-deployment) -
- ### Cloud Run series These are a series of [blueprints](./cloud-run-explore/) developing the chapters of the [__Serverless Networking Guide__](https://services.google.com/fh/files/misc/serverless_networking_guide.pdf), focused in Cloud Run.