From 735426e388e22b42feb4ab2a6505ab4185b2cf9a Mon Sep 17 00:00:00 2001 From: Steven Swartz Date: Thu, 7 Mar 2024 21:40:52 -0500 Subject: [PATCH] Link documentation to the Immutable java library's guide for generating immutable DynamoDB Enhanced Client classes --- services-custom/dynamodb-enhanced/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services-custom/dynamodb-enhanced/README.md b/services-custom/dynamodb-enhanced/README.md index fd61a647cc85..f4aad4ba4ecd 100644 --- a/services-custom/dynamodb-enhanced/README.md +++ b/services-custom/dynamodb-enhanced/README.md @@ -257,6 +257,8 @@ how Lombok's 'onMethod' feature is leveraged to copy the attribute based DynamoD } ``` +The third-party Immutables library also has a [guide](https://immutables.github.io/dynamodb.html) for generating `@DynamoDBImmutable` classes. + ### Non-blocking asynchronous operations If your application requires non-blocking asynchronous calls to DynamoDb, then you can use the asynchronous implementation of the