简体   繁体   中英

How to view table data in DynamoDB

AWS Console seems to indicate my tables have some data from my test put_item() calls, but I would like to actually see the data. Is there a means to do this in AWS Console? I've read something on AWS Explorer that can be installed as a plugin to eclipse or visual studios, but I'm a PHP developer who doesn't use Eclipse, so it seems silly to install a whole IDE just to ensure the correct data is being entered.

How can I check the data in my DynamoDB tables?

[UPDATE] Amazon just launched "Explore Table" for DynamoDB in the AWS Management Console.


If you are using Visual Studio or Eclipse, you can use the AWS Explorer to see all of your tables and data.

In Eclipse it looks like this:

Eclipse中的AWS Explorer的屏幕截图

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM