Skip to content

Commit 62ab3ff

Browse files
authored
chore: Add DB-ESDK 3.x section to README (#963)
1 parent 17cb3a7 commit 62ab3ff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Client-side Encryption for Amazon DynamoDB
22

3+
📣 Note: Version 3.x of this library is available,
4+
and has been renamed to the AWS Database Encryption SDK.
5+
See the [AWS Database Encryption SDK 3.x](#aws-database-encryption-sdk-3.x) section for more information.
6+
37
The **[Amazon DynamoDB][ddb] Client-side Encryption in Java** supports encryption and signing of your data when stored in Amazon DynamoDB.
48

59
A typical use of this library is when you are using [DynamoDBMapper][ddbmapper], where transparent protection of all objects serialized through the mapper can be enabled via configuring an [AttributeEncryptor][attrencryptor].
@@ -13,6 +17,15 @@ For more advanced use cases where tighter control over the encryption and signin
1317

1418
See [Support Policy](./SUPPORT_POLICY.rst) for for details on the current support status of all major versions of this library.
1519

20+
## AWS Database Encryption SDK 3.x
21+
22+
The 3.x version of this library is generally available, and has been [renamed to the AWS Database Encryption SDK](https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/DDBEC-rename.html).
23+
It is a major rewrite of the DynamoDB Encryption Client for Java
24+
and includes many updates, such as a new structured data format, improved multitenancy support, seamless schema changes, and searchable encryption support.
25+
26+
For more information see the [AWS Database Encryption SDK Developer Guide](https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/what-is-database-encryption-sdk.html).
27+
or check the project repository at [https://github.com/aws/aws-database-encryption-sdk-dynamodb-java/](https://github.com/aws/aws-database-encryption-sdk-dynamodb-java/).
28+
1629
## Getting Started
1730

1831
### Required Prerequisites

0 commit comments

Comments
 (0)