1
00:00:00,240 --> 00:00:03,640
In this video, we are going to create a dynamic DB table.

2
00:00:03,660 --> 00:00:08,190
We are going to create our infrastructure to own a cloud environment.

3
00:00:08,220 --> 00:00:10,920
We will start with creating a Dynamo DB table.

4
00:00:11,040 --> 00:00:15,390
So we will use a Dynamo TV table to store data for our APIs.

5
00:00:15,420 --> 00:00:20,370
To do that, please open the console and go to Dynamo DB table.

6
00:00:22,880 --> 00:00:25,760
And go to tables, create a table.

7
00:00:25,880 --> 00:00:27,590
We are going to create a table.

8
00:00:27,590 --> 00:00:29,240
Which name is product?

9
00:00:29,540 --> 00:00:32,030
And the partition key should be ID.

10
00:00:32,060 --> 00:00:34,640
And this time we don't have any sort key.

11
00:00:34,640 --> 00:00:42,200
So we will choose the default settings that also we can use the customize settings and scroll down in

12
00:00:42,200 --> 00:00:43,350
the compass mode.

13
00:00:43,370 --> 00:00:45,500
Please select the on demand mode.

14
00:00:45,530 --> 00:00:47,900
Scroll down and create table.

15
00:00:48,870 --> 00:00:52,620
So as you can see that we have created our dynamic table nine with the table.

16
00:00:52,860 --> 00:00:55,800
After that, we will create a lambda function.
