seratch/AWScala

DynamoDB: Add support for UpdateExpressions (over deprecated AttributeUpdates)

findchris opened this issue · 0 comments

aws-sdk-java supports UpdateExpressions in DynamoDB, as described in the docs. This is the preferred way to update a DynamoDB items, as AttributeUpdates is considered legacy.