From 15fe30188cb7bd04d059f0dd28cb5f12bfe8335a Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Wed, 17 Jun 2026 07:09:42 -0700 Subject: [PATCH 1/2] docs: update README to reflect DBESDK version change --- Examples/runtimes/java/Migration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/runtimes/java/Migration/README.md b/Examples/runtimes/java/Migration/README.md index 49a6c7a7ef..0fcf8fc4b7 100644 --- a/Examples/runtimes/java/Migration/README.md +++ b/Examples/runtimes/java/Migration/README.md @@ -1,7 +1,7 @@ # DynamoDb Encryption Client to AWS Database Encryption SDK for DynamoDb Migration This project contains an example project demonstrating how to safely upgrade -from the DynamoDb Encryption Client (v2.0.1) to the AWS Database Encryption SDK for DynamoDb (v3.x). +from the DynamoDb Encryption Client (v2.0.1) to the AWS Database Encryption SDK for DynamoDb (v4.x). ## Getting Started From 802a293c9fb7510fb76bdb31d7fdce50cba2d974 Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Wed, 17 Jun 2026 09:45:18 -0700 Subject: [PATCH 2/2] Update README for migration details clarification --- Examples/runtimes/java/Migration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/runtimes/java/Migration/README.md b/Examples/runtimes/java/Migration/README.md index 0fcf8fc4b7..5d40e5e6cd 100644 --- a/Examples/runtimes/java/Migration/README.md +++ b/Examples/runtimes/java/Migration/README.md @@ -1,7 +1,7 @@ # DynamoDb Encryption Client to AWS Database Encryption SDK for DynamoDb Migration This project contains an example project demonstrating how to safely upgrade -from the DynamoDb Encryption Client (v2.0.1) to the AWS Database Encryption SDK for DynamoDb (v4.x). +from the DynamoDb Encryption Client with AWS SDK for Java 2.x to the AWS Database Encryption SDK for DynamoDb (v4.x). ## Getting Started