1
00:00:00,210 --> 00:00:03,570
In this video, we are going to clean our resources.

2
00:00:03,570 --> 00:00:06,390
That means delete order dynamic DV table.

3
00:00:06,750 --> 00:00:11,940
So in order to prevent unnecessary cost, we should delete resources what we have created during the

4
00:00:11,940 --> 00:00:12,720
section.

5
00:00:12,720 --> 00:00:17,340
So to delete order table, I'm going to run Select Command.

6
00:00:17,340 --> 00:00:23,250
This time I will delete the order table with using the Select Commands to do that please open the visitor

7
00:00:23,250 --> 00:00:23,670
code.

8
00:00:23,700 --> 00:00:30,060
We will use a list A.B delete table command and specifying the table name copy this command and paste

9
00:00:30,060 --> 00:00:32,550
into our command line hit enter.

10
00:00:32,670 --> 00:00:35,370
So this is going to delete our table.

11
00:00:35,370 --> 00:00:38,340
You can verify from the Dynamo DB tables.

12
00:00:38,340 --> 00:00:40,380
Come to the tables and refresh the page.

13
00:00:40,380 --> 00:00:42,960
You can see the table is deleted successfully.
