The current implementation of UpdateItem / UpdateItemWithContext includes attributes that are currently not able to be asserting on by Dynamock. This PR adds the following:
Adds ConditionExpression support
Adds ExpressionAttributeNames support
Adds ExpressionAttributeValues support
Adds UpdateExpression support
The current implementation of UpdateItem / UpdateItemWithContext includes attributes that are currently not able to be asserting on by Dynamock. This PR adds the following:
Adds ConditionExpression support Adds ExpressionAttributeNames support Adds ExpressionAttributeValues support Adds UpdateExpression support