Skip to content

Instantly share code, notes, and snippets.

@theawesomenayak
Last active October 24, 2020 11:04
Show Gist options
  • Save theawesomenayak/2ce83949b4968b7bf1149b984156f48a to your computer and use it in GitHub Desktop.
Save theawesomenayak/2ce83949b4968b7bf1149b984156f48a to your computer and use it in GitHub Desktop.
private final DynamoDbClient dynamoDbClient;
public PetStoreClient(final DynamoDbClient dynamoDbClient) {
this.dynamoDbClient = dynamoDbClient;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment