From 87e7b69770acd0c6a12917d361a32783a695611e Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Wed, 13 May 2026 20:56:09 -0700 Subject: [PATCH 1/2] chore: Update README to include DDBECwithSDKV2 examples Added a new section for examples using features in the DynamoDB Encryption Client with AWS SDK v2. --- Examples/runtimes/java/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/runtimes/java/README.md b/Examples/runtimes/java/README.md index 06fc828f60..dc4c0cf78b 100644 --- a/Examples/runtimes/java/README.md +++ b/Examples/runtimes/java/README.md @@ -4,6 +4,7 @@ This project contains examples demonstrating how to use the AWS Database Encrypt ``` ├── .. +├── DDBECwithSDKV2: Examples for using features in the DynamoDB Encryption Client with AWS SDK v2 ├── DynamoDbEncryption: Examples for using features in the AWS Database Encryption SDK └── Migration: Examples for migrating from a plaintext table or the DynamoDB Encryption Client 2.0 to AWS DB ESDK ``` From f6b523f8d3af1a9d2939aac85a5c4ae25fa6f3e7 Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Wed, 17 Jun 2026 09:49:02 -0700 Subject: [PATCH 2/2] Update README to specify AWS SDK for Java 2.x --- Examples/runtimes/java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/runtimes/java/README.md b/Examples/runtimes/java/README.md index dc4c0cf78b..4a2f5b167e 100644 --- a/Examples/runtimes/java/README.md +++ b/Examples/runtimes/java/README.md @@ -4,7 +4,7 @@ This project contains examples demonstrating how to use the AWS Database Encrypt ``` ├── .. -├── DDBECwithSDKV2: Examples for using features in the DynamoDB Encryption Client with AWS SDK v2 +├── DDBECwithSDKV2: Examples for using features in the DynamoDB Encryption Client with AWS SDK for Java 2.x ├── DynamoDbEncryption: Examples for using features in the AWS Database Encryption SDK └── Migration: Examples for migrating from a plaintext table or the DynamoDB Encryption Client 2.0 to AWS DB ESDK ```