Ryon Day
Ryon Day
Let's make a module: ``` public class TestModule extends AbstractModule { @Override protected void configure() { Config config = ConfigFactory.load().getConfig("here.we.go"); install(TypesafeConfigModule.fromConfigWithPackage(config, "stuff.package")); } } ``` For some reason, we want...
[See](https://developer.zendesk.com/api-reference/agent-availability/introduction/)
In the `1.11.x` series of the AWS SDK, they introduced the concept of a `DynamoDBTableMapper`, which not only encapsulates DynamoDB operations based on a specific type, but also allows easy...