An open API service indexing awesome lists of open source software.

https://github.com/colinbut/dynamodb-aws-java


https://github.com/colinbut/dynamodb-aws-java

aws-dynamodb aws-java aws-java-sdk aws-sdk dynamodb java java-8

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dynamodb AWS Java

Example of using DynamoDB with Java using the aws-sdk.

### Technologies

- Java 8
- DynamoDB
- aws-sdk-java

### Info

Demonstrates the following features:

- Establishing a connection to the database
- Creating a Database table
- Populating the table with data
- Basic CRUD operations
- Querying against the table
- Querying by doing a full table scan
- Deleting the table