gusaul / go-dynamock

Amazon Dynamo DB Mock Driver for Golang to Test Database Interactions
MIT License
115 stars 50 forks source link

Add support to UpdateItemExpectation for additional properties #38

Open caldwecr opened 3 years ago

caldwecr commented 3 years ago

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

kai-thompson commented 1 year ago

Why hasn't this been merged? Is there anything I can do to help get this in?