From 741f615a182238c9e71aad254e88630ccf8efaaa Mon Sep 17 00:00:00 2001 From: Rehan Haider Date: Sun, 15 Oct 2023 18:36:22 +0000 Subject: [PATCH] FIX: Fixed image name --- content/aws/87500000-cdk-api-gateway-route53.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/aws/87500000-cdk-api-gateway-route53.md b/content/aws/87500000-cdk-api-gateway-route53.md index a400496..e2ab94b 100644 --- a/content/aws/87500000-cdk-api-gateway-route53.md +++ b/content/aws/87500000-cdk-api-gateway-route53.md @@ -18,7 +18,7 @@ API Gateway is a serverless service from AWS that helps you create API Endpoints API Gateway forms the foundation of serverless design that allows developers to create APIs that are infinitely scalable and easily connectable to other AWS services that are used to build serverless applications. -![API Gateway Architecture]({static}/images/aws-academy/8750000-01-api-gateway-architecture.png) +![API Gateway Architecture]({static}/images/aws-academy/87500000-01-api-gateway-architecture.png) Users and consumers from around the globe can be given an app or a website that calls these APIs to authenticate users, and fetch data from the backend which can also be serverless giving massive cost savings and scalability.