Skip to content

Instantly share code, notes, and snippets.

@theawesomenayak
Created October 24, 2020 15:55
Show Gist options
  • Save theawesomenayak/887b3bbea7565cc123b1ce44a6121d7c to your computer and use it in GitHub Desktop.
Save theawesomenayak/887b3bbea7565cc123b1ce44a6121d7c to your computer and use it in GitHub Desktop.
return DynamoDbClient.builder()
.endpointOverride(URI.create("http://localhost:4566"))
.region(Region.US_WEST_1)
.httpClient(ApacheHttpClient.builder().build())
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment