1
00:00:00,360 --> 00:00:06,780
In this section we are going to walk through with a management console for API, gateway rest, API

2
00:00:06,780 --> 00:00:07,290
type.

3
00:00:07,770 --> 00:00:13,710
So as you know that we have three main API types that we can create for our applications.

4
00:00:14,220 --> 00:00:19,410
The first one is the HTTP API, rest API and web socket API.

5
00:00:19,410 --> 00:00:24,030
So in this hands on section, we will work with API, Gateway Rest API.

6
00:00:24,790 --> 00:00:26,060
So API Gateway.

7
00:00:26,080 --> 00:00:32,710
This API is a collection of HTTP resources and methods integrated with backend HTTP endpoints, lambda

8
00:00:32,710 --> 00:00:35,120
functions or other services.

9
00:00:35,530 --> 00:00:39,100
We can distribute this collection in one or more states.

10
00:00:39,280 --> 00:00:44,560
Typically, API resources are organized in a resource three based on application logic.

11
00:00:45,130 --> 00:00:52,450
Each API resource can expose one or more API methods with unique HTTP verbs powered by API gateway.

12
00:00:52,930 --> 00:01:00,430
So we will see core concepts for API, Gateway, Rest, API, for example, resources, methods, states,

13
00:01:00,460 --> 00:01:02,320
authorizers and so on.
