September 2014
Intermediate to advanced
202 pages
4h 26m
English
Eclipse, being one of the most commonly-used open source integrated development environments (IDEs), provides a plugin to work with DynamoDB. In fact it provides a plugin to work with almost the entire AWS. We will now see how to perform DynamoDB operations such as table creation, index creation, items insertion, and query and scan operations.
First we will begin with setting up the DynamoDB plugin on Eclipse. Open Eclipse and select Install New Software from the Help menu.

In the following page, we need to enter http://aws.amazon.com/eclipse/ and hit Enter; this will display all the available plugins for AWS. You can either install ...
Read now
Unlock full access