Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 391 Bytes

File metadata and controls

3 lines (2 loc) · 391 Bytes

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.