From the course: Vector, Graph, and DynamoDB
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Create a table with the CLI
From the course: Vector, Graph, and DynamoDB
Create a table with the CLI
- [Instructor] In order to create a table, you can use the AWS CLI for DynamoDB. And we can see here the command is first up AWS DynamoDB. Next we put in the option create-table, and this is what we need to do to create the table. Here you would then put in what the name of the table would be, so --table name customers, also put what you're going to need the structure to be, so this would be the attribute. In this case it would be customer id, the key schema in this case, the key schema would include the customer id. And then what is the provisioned throughput? So let's go ahead and grab this whole command, put this in, paste it, and now we can see that it was actually successfully created. One of the things you can do as well, is go to your AWS toolkit, which is right here. If we go down to resources, we can see DynamoDB, and we now have this customer's table right here. And you can see that it is doing all of the things that we told it to do when it was created.
Contents
-
-
Picking a database3m 28s
-
Intro to Amazon Neptune2m 48s
-
(Locked)
Key Rust CLI1m 32s
-
(Locked)
Rust CLI Graph lab2m 41s
-
(Locked)
What is SQLite?: Key features1m 50s
-
(Locked)
ETL with SQLite2m 12s
-
(Locked)
ETL with SQLite: Demo3m 35s
-
(Locked)
What is DynamoDB?2m 29s
-
(Locked)
What are vector databases?2m 10s
-
(Locked)
Using CRUD with DynamoDB and the CLI3m 15s
-
(Locked)
Using CRUD with DynamoDB and Python3m 23s
-
(Locked)
Using CRUD with DynamoDB and Rust4m 18s
-
(Locked)
Learn AWS CloudShell: Demo4m 2s
-
(Locked)
Learn AWS CodeCatalyst: Demo5m 21s
-
(Locked)
Learn AWS CodeWhisperer: Demo4m 9s
-
(Locked)
Create a table with the CLI1m 22s
-
(Locked)
Populate table batch1m 24s
-
(Locked)
Query a table with values2m 2s
-
(Locked)
Project walkthrough2m 24s
-
(Locked)
Semantic search4m 33s
-
(Locked)
Quickstart Qdrant2m 9s
-
(Locked)
Qdrant Rust client3m 4s
-
(Locked)
Vector database architecture2m 5s
-
(Locked)
Enhance semantic search2m 56s
-
(Locked)
Graph databases2m 24s
-