Skip to content

Commit df43664

Browse files
committed
DynamoDb enhanced client: support UpdateExpressions in single-request update
1 parent f751879 commit df43664

File tree

3 files changed

+289
-27
lines changed

3 files changed

+289
-27
lines changed

services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/update/UpdateExpressionResolver.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ public static Builder builder() {
7676
* <p><b>Backward compatibility:</b> This enhancement is not a breaking change. Without request
7777
* expressions, behavior is identical to previous versions.
7878
*
79+
* <p><b>Exception scenarios:</b> DynamoDbException may be thrown when the same attribute is updated by multiple sources.
80+
*
7981
* @return merged UpdateExpression, or empty if no updates needed
8082
*/
8183
public UpdateExpression resolve() {

0 commit comments

Comments
 (0)