From the course: Building Android Apps with AWS

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

View data on DynamoDB console

View data on DynamoDB console

From the course: Building Android Apps with AWS

Start my 1-month free trial

View data on DynamoDB console

- [Instructor] So now we've actually added some real data to our tables in DynamoDB. And now I want to find out where we go to look at that data on the backend. So I'm here and I've logged into the AWS management console. And I'm gonna scroll down and select DynamoDB to go to the DynamoDB console. And it lands us on the dashboard here. And one thing we can do on the dashboard is we could create a new table from right here if we wanted to. This is the same functionality that we saw on the mobile hub when we created our tables there. If I click on Tables over here on the side menu, this shows me the tables that I have created. And we know that we created the list item and the list names tables. So I'm gonna click on one of those tables. Shows me a bunch of meta data about the table. But if I click on the Items tab right here, that will actually show me the different items that are in our table right now. And so we can see that we created those lists called states, and shapes, and…

Contents