dynamodb-update-expression icon indicating copy to clipboard operation
dynamodb-update-expression copied to clipboard

Should we support list_append in update expression?

Open 4ossiblellc opened this issue 8 years ago • 2 comments

We currently do not support list_append. We may need to consider that.

4ossiblellc avatar Oct 13 '16 07:10 4ossiblellc

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 avatar Jan 17 '17 03:01 4ossiblellc

@4ossiblellc is this to extend on the ExpressionAttributeValues option?

snolangps avatar Jun 18 '18 20:06 snolangps