AWS DynamoDB Code using Java

Job ID: 31450998

Budget: ₹1,500 – ₹12,500 INR

AWS DynamoDB Code in Java

Part A:
1. Develop Java Code to perform following task programmatically.
a. Create Table in DynamoDB (using Primary or Primary and Sort Key).
b. Create Items in DynamoDB.
c. Read Items from DynamoDB.
d. Update Items in DynamoDB.
e. Delete Items in DynamoDB.
f. Create & Read Items using Batch Operation.
g. Create & Read Items using Transaction Operation.
h. Read Items from DynamoDB using Query and Filtering.
i. Read Items from DynamoDB using Scan and Filtering.
j. Create Local Secondary Index (LSI) and Global Secondary Index (GSI).
k. Create and Read Items from LSI and GSI.


2. Use the Eclipse to Test the Code. [Don't use Maven. Install the AWS DynamoDB SDK exclusively]
3. Use the AWS Credentials from non-default location.
4. Code should handle the error and give and produced error (from AWS) if any error.
5. You need to show all the steps starting from installing the environment, SDK in our Server.

Part B:
6. Create AWS EC2 virtual machine using and Java Code.

Part C:
7. Create Simple Web application code using Java Code (Deploy on EC2 machine and access using Browser] to access the stored data from DynamoDB.