1
00:00:00,360 --> 00:00:05,160
In this video we are going to see architecture of API Gateway.

2
00:00:05,640 --> 00:00:10,440
Almost an API gateway is native list services for creating, publishing, maintaining monitoring and

3
00:00:10,440 --> 00:00:13,670
securing rest HTTP and web socket APIs.

4
00:00:14,100 --> 00:00:18,410
So you can see the image on the slide that shows API gateway architecture.

5
00:00:18,450 --> 00:00:25,140
This diagram shows that when we create APIs in Amazon API Gateway, it provides our customers with an

6
00:00:25,140 --> 00:00:30,540
integrated and consistent developer experience for building a service applications.

7
00:00:31,380 --> 00:00:38,520
So API Gateway handles all the tasks involved in accepting and processing hundreds of thousands of concurrent

8
00:00:38,520 --> 00:00:39,570
API calls.

9
00:00:39,600 --> 00:00:46,080
These tasks include traffic management, authorization and access control monitoring and API version

10
00:00:46,080 --> 00:00:54,060
management API Gateway acts as a front door for applications to access data, business logic or functionality

11
00:00:54,060 --> 00:00:55,800
from our backend services.

12
00:00:56,250 --> 00:01:03,030
For example, workloads running on Amazon, elastic compute cloth to or code running on the ADA, lambda

13
00:01:03,030 --> 00:01:06,720
or any web application or real time communication applications.

14
00:01:06,900 --> 00:01:13,230
So we will mainly use API gateway for exposing our Microservices API to the client applications and

15
00:01:13,230 --> 00:01:14,760
the microservice architectures.
