1
00:00:00,120 --> 00:00:06,300
In this video we are going to perform the late dynamic DB Table B using AC-DC packets.

2
00:00:06,540 --> 00:00:11,970
In order to do that, please open the A Dynamic DB client SDK library.

3
00:00:11,970 --> 00:00:17,250
And if you search for the delegate table, you can see the delete table, table command.

4
00:00:17,250 --> 00:00:23,040
And if you scroll down, you can see the example usage and this is the input command that we can provide

5
00:00:23,040 --> 00:00:24,390
the table name as well.

6
00:00:24,480 --> 00:00:26,580
So let's get start to implement this.

7
00:00:26,580 --> 00:00:31,620
So please open our visual code project and come to here.

8
00:00:31,620 --> 00:00:37,040
So as you remember that we have already prepared Node.js modules and Dynamo DB Client Object.

9
00:00:37,050 --> 00:00:38,700
I'm going to create a new file.

10
00:00:38,700 --> 00:00:45,900
Which name is delete table JavaScript file and I'm going to copy all codes from the described table

11
00:00:45,900 --> 00:00:46,590
command.

12
00:00:46,920 --> 00:00:49,020
Copy and paste in here.

13
00:00:49,020 --> 00:00:54,200
So the only one thing will be changed, which is the delete table command.

14
00:00:54,300 --> 00:00:59,850
As you can see in here, we basically using the described table command and remove this one paste,

15
00:00:59,850 --> 00:01:04,770
delete table command and click to control space import record package.

16
00:01:05,690 --> 00:01:06,470
For this one.

17
00:01:06,470 --> 00:01:09,350
I'm going to use delete table command.

18
00:01:10,130 --> 00:01:11,030
It is not change.

19
00:01:11,030 --> 00:01:12,710
But let me add delete.

20
00:01:14,000 --> 00:01:14,690
Month by month.

21
00:01:15,260 --> 00:01:16,490
Okay, very good.

22
00:01:16,670 --> 00:01:23,180
So we are basically using the table command when signing the dynamo db client object is the same parameters

23
00:01:23,180 --> 00:01:26,180
will work for the table command, which is the table name.

24
00:01:26,210 --> 00:01:34,220
And for now I'm going to run node command and this time I will use delete table.

25
00:01:34,520 --> 00:01:38,610
So please run the node command in the specific lecture folder.

26
00:01:38,630 --> 00:01:39,650
Hit the enter.

27
00:01:39,680 --> 00:01:42,260
This will be delete or table.

28
00:01:42,290 --> 00:01:44,750
As you can see, the table status is deleting.

29
00:01:44,750 --> 00:01:51,080
To verify that, please open the A management console, come to tables, collect refresh button.

30
00:01:51,200 --> 00:01:53,480
As you can see that it is the latest successfully.
