Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Connecting to Amazon DocumentDB from Java Application

This project shows how to connect to Amazon DocumentDB from a Java Application. The DocumentDBConnection.java shows how to connect using singleton pattern and show how to use the client configuration parameters. The DocumentDBClient.java shows how to connect and query Amazon DocumentDB and also has examples on exception handling.