Chapter 5. Exploring Higher Level Programming Interfaces for DynamoDB
In this chapter, we will cover the following topics:
- Creating a data model for the DynamoDB item using the object persistence model in Java
- Putting items into the DynamoDB table using the object persistence model in Java
- Retrieving items from the DynamoDB table using the object persistence model in Java
- Creating a custom object for the DynamoDB table using the object persistence model in Java
- Querying items from the DynamoDB table using the object persistence model in Java
- Scanning items from the DynamoDB table using the object persistence model in Java
- Saving items into the DynamoDB table using the object persistence model in .Net
- Retrieving items from the DynamoDB table using the object persistence model in .Net
- Creating a custom object for the DynamoDB table using the object persistence model in .Net
- Querying items from the DynamoDB table using the object persistence model in .Net
- Scanning items from the DynamoDB table...