Skip to content

colinbut/dynamodb-aws-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages