Skip to content

Instantly share code, notes, and snippets.

@vladdima94
Created October 18, 2020 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladdima94/050152b77bb58f559369ad2f41610a11 to your computer and use it in GitHub Desktop.
Save vladdima94/050152b77bb58f559369ad2f41610a11 to your computer and use it in GitHub Desktop.
public class UserRepoDynamoDBTest {
private static final String USERS_TABLE_NAME = "beta-us-west-2-users";
private static AmazonDynamoDB ddb;
private DynamoDBMapper ddbClient;
private UserDAO userDAO;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment