DynamoDB local is available in three versions: v3.x (Current), v2.x (Legacy), and v1.x (Deprecated). DynamoDB v3.x is recommended for your local testing and development use. Migration from DynamoDB local V2.x to V3.x requires updating import statements from com.amazonaws.services.dynamodbv2 to software.amazon.dynamodb and updating Maven dependencies for Maven users. If you're migrating an applicat

