1
00:00:00,390 --> 00:00:07,290
In this video we are going to update data from Amazon Dynamo DB table with using a measurement console.

2
00:00:07,620 --> 00:00:15,540
Please go to the measurement console, go Dynamo DB tables, open the order table and open the explore

3
00:00:15,540 --> 00:00:16,590
table items.

4
00:00:16,600 --> 00:00:18,000
Scan Command.

5
00:00:18,000 --> 00:00:20,820
If you scroll down, you can see these items.

6
00:00:20,820 --> 00:00:27,870
If you open the first item and come to the total price, we can change the total price for thousand

7
00:00:27,870 --> 00:00:29,190
and save change.

8
00:00:29,730 --> 00:00:34,590
So this operation is update an item and you can reflect it in here.

9
00:00:34,770 --> 00:00:39,600
So as you can see that we performed updating an item on Dynamo DB.

10
00:00:39,690 --> 00:00:47,880
And in this step I would like to emphasize that we can perform any operations using a measurement console

11
00:00:47,880 --> 00:00:53,580
and also using a SLI Dynamo, DB SDK and API.

12
00:00:53,610 --> 00:00:57,190
All these tools can be open and using the Dynamo DB APIs.

13
00:00:57,270 --> 00:01:05,160
So at this stage we can check the Dynamo DB API in here you can see the Amazon Dynamo DB API reference.

14
00:01:05,160 --> 00:01:09,450
For example, we perform the update and item, right?

15
00:01:09,450 --> 00:01:17,040
So if I search the update item command in here and if you click this update item, I can see the old

16
00:01:17,040 --> 00:01:22,980
details when we are updating an item on the Dynamo DB, you can see the request syntax that we are going

17
00:01:22,980 --> 00:01:27,750
to send and you can see the response parameter and request parameters in here.

18
00:01:27,750 --> 00:01:35,880
So basically we understand that all these operations can be handled from the management console, CLI,

19
00:01:35,910 --> 00:01:37,590
SDK commands and so on.

20
00:01:37,590 --> 00:01:41,020
The idea is that we are using the Dynamo DB APIs.
