From the course: Creating a Serverless Application Using React in AWS
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Load data into DynamoDB using the AWS console - Amazon Web Services (AWS) Tutorial
From the course: Creating a Serverless Application Using React in AWS
Load data into DynamoDB using the AWS console
- [Instructor] Obviously, it's great that you have tables, but the point of all this, remember, is to actually get data into tables. So I'm looking at services.json here, which has a number of items, and each one is keyed to name. Now if you go to the AWS Console, this is probably the easiest way to get data quickly into Dynamo. So I'm going to go to Dynamo by typing dy, and it'll usually come up, and I'm going to find our table, and we're looking at services so we can find the services table. And then, we can click on items. Every item in the table is a single entry. This is somewhat equivalent to a row if you've worked with relational databases. Now if you want to go much deeper into DynamoDB, there is a course that I offer on that that will take you through all the vagaries of this and really help you get into DynamoDB at a deeper level. But for our purposes, we really don't need that, we just need to add each one…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Download and install the AWS Command Line Interface2m 31s
-
(Locked)
Set up an AWS IAM user2m 37s
-
(Locked)
Configure the AWS CLI1m 54s
-
(Locked)
Install the AWS SDK1m 26s
-
(Locked)
Create a DynamoDB table5m 49s
-
(Locked)
Challenge: Add DynamoDB tables for other components2m 58s
-
(Locked)
Solution: Add DynamoDB tables for other components5m 3s
-
(Locked)
Load data into DynamoDB using the AWS console1m 28s
-
(Locked)
Load single-value data into DynamoDB programmatically3m 52s
-
(Locked)
Load multi-value data into DynamoDB programmatically4m 13s
-
-
-
-