# dynamodb-java-clients **Repository Path**: zxxufo008/dynamodb-java-clients ## Basic Information - **Project Name**: dynamodb-java-clients - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-18 - **Last Updated**: 2021-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Purpose This repository shows a simple demonstration of using the different available DynamoDB Java Clients - namely SDK 1 or 2 with a low or high level client - when handling a CRUD like entity. To check this out, you can take a look at the repositories under package eu.luminis.breed.dynamodbmigration.user. repository or eu.luminis.breed.dynamodbmigration.user.repository.async (sync or async client respectively). You may run the tests or run the application and perform some API calls...