1
00:00:00,240 --> 00:00:01,230
In this video.

2
00:00:01,260 --> 00:00:03,240
We are going to continue to learn.

3
00:00:03,270 --> 00:00:06,090
API Gateway, HTTP API core concepts.

4
00:00:06,120 --> 00:00:08,760
This time we will learn the integrations.

5
00:00:09,480 --> 00:00:12,750
So integrations connect a lot to the backend resources.

6
00:00:12,780 --> 00:00:17,040
We can specify the backend services that our API will communicate with.

7
00:00:17,070 --> 00:00:19,220
These are called the integrations.

8
00:00:19,230 --> 00:00:25,050
We can create integrations with the lambda functions or public HTTP endpoints while we create our API

9
00:00:25,170 --> 00:00:26,610
and the deep API.

10
00:00:26,610 --> 00:00:32,940
Support Lambda Proxy Service and HTTP proxy integrations for Lambda Integrations.

11
00:00:32,970 --> 00:00:39,630
API Gateway invokes the lambda function and response with the response from the function for HTTP Integration

12
00:00:39,630 --> 00:00:40,380
API gateway.

13
00:00:40,380 --> 00:00:45,150
Send the request to the urine that we specify and return back to response from the URL.

14
00:00:45,240 --> 00:00:54,570
For example, we can configure a post request to the product route of our API and integrate with the

15
00:00:54,570 --> 00:00:58,080
lambda function that handles the creating products and so on.

16
00:00:58,080 --> 00:01:03,090
So we will use lambda integrations for our hands on example Project HTTP APIs.
