From dfaaef5084d59513a6e94fc941b69f44c30f7350 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 31 Aug 2023 20:39:08 +0100 Subject: [PATCH] chore: fix broken tag --- DevOps/AWS/AWS_API_Gateway.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DevOps/AWS/AWS_API_Gateway.md b/DevOps/AWS/AWS_API_Gateway.md index f59b567..3a1e7f5 100644 --- a/DevOps/AWS/AWS_API_Gateway.md +++ b/DevOps/AWS/AWS_API_Gateway.md @@ -2,7 +2,7 @@ categories: - DevOps - Backend -tags: [AWS, aws-api-api-gateway, APIs] +tags: [AWS, APIs] --- # AWS API Gateway @@ -11,4 +11,4 @@ We can use Gateway as the front-door to our application. It will create an [HTTP ![](/_img/gateway-services.png) -See [using API Gateway as Lambda trigger](/DevOps/AWS/AWS_Lambda/Practical_walkthrough_Lambda_creation.md) for a basic example of usage. +See [using API Gateway as Lambda trigger](/DevOps/AWS/AWS_Lambda/Practical_walkthrough_Lambda_creation_within_AWS.md) for a basic example of usage.