AWScala
AWScala copied to clipboard
DynamoDB: Add support for UpdateExpressions (over deprecated AttributeUpdates)
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.