1
00:00:00,300 --> 00:00:05,790
In this video, we are going to start creating this infrastructure, which is the eCommerce product

2
00:00:05,790 --> 00:00:07,190
microservices project.

3
00:00:07,200 --> 00:00:11,100
So we will start with creating product table on Dynamo DB.

4
00:00:11,820 --> 00:00:13,650
Please open the development console.

5
00:00:13,680 --> 00:00:14,940
Go to Dynamo DB.

6
00:00:15,820 --> 00:00:18,400
And we are going to create a product table.

7
00:00:18,700 --> 00:00:20,740
So please click the create table.

8
00:00:20,980 --> 00:00:22,870
And the table name is a product.

9
00:00:22,870 --> 00:00:27,400
Purchasing key is an ID and this could be a string.

10
00:00:27,430 --> 00:00:28,030
Let me.

11
00:00:29,600 --> 00:00:30,320
I'd.

12
00:00:31,110 --> 00:00:35,550
And if you scroll down, we can configure some additional configuration.

13
00:00:35,550 --> 00:00:39,990
So please select the customized settings and scroll down.

14
00:00:40,410 --> 00:00:43,620
The only thing I would like to change is couples mode.

15
00:00:43,650 --> 00:00:50,550
I would like to set on demand and I am leaving the default definitions and I don't create any secondary

16
00:00:50,550 --> 00:00:52,350
index if you scroll down.

17
00:00:52,380 --> 00:00:54,000
Click the create table.

18
00:00:54,270 --> 00:00:57,450
As you can see that we have created our dynamic DB table.

19
00:00:57,480 --> 00:01:00,360
In the next video we are going to create Lambda Function.
