Class DynamoDbUsersDaoFactory

java.lang.Object
com.sanctionco.thunder.dao.dynamodb.DynamoDbUsersDaoFactory
All Implemented Interfaces:
UsersDaoFactory, io.dropwizard.jackson.Discoverable

public class DynamoDbUsersDaoFactory extends Object implements UsersDaoFactory
Provides the Amazon DynamoDB implementation for the UsersDaoFactory. Provides methods to construct new UsersDao and DatabaseHealthCheck objects that interact with DynamoDB.

The application configuration file should use type: dynamodb in order to use this factory.

This class must be registered in /resources/META-INF/services/com.sanctionco.thunder.dao.UsersDaoFactory.

See Also:
UsersDaoFactory