Skip to content

dnorton/simple_dynamodb_table

Repository files navigation

This project is just my attempt to learn Amazon DynamoDB and get familar with the AWS Java SDK.

A lot of the code examples are modified from:

https://github.com/awslabs/aws-dynamodb-examples

Lots of documentation on the API can be found at the AWS DynamoDB Java page.

To use a local DynamoDB instance, download it from here.

Run:

java -Djava.library.path=~/path_to_jar/DynamoDBLocal_lib -jar ~/path_to_jar/DynamoDBLocal.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages