My DynamoDB schema sample below:
{
obj : {
"count" : 3,
"id" : [ "X123", "X234", "X233"]
}
}
New Id : ["X007"]
Now I need to update obj attribute by incrementing count & update new item in list. How to update it in single query ?