dynamodb-update-expression
dynamodb-update-expression copied to clipboard
Should we support list_append in update expression?
We currently do not support list_append. We may need to consider that.
My plan is to have an option object as the third argument. Client should decide any new array value should be appended to or replaced from the original array.
@4ossiblellc is this to extend on the ExpressionAttributeValues
option?