Im updating an item which has among other things a map string -> string.
id: 12312
locales: Map {
"en": "Hello",
"fr": "Bonjour"
}
Im trying to edit "Bonjour" and replace with something else, but dynamo fails with ConditionalCheckFailedException.
Im doing this from the Dashboard, not from code.
Interestingly I have another table with a map and in that table I had no problem updating a value.
I have tried to remove the "fr" line and insert a new line but Im still getting an error. I haven't tried to remove, save, then insert, because this is prod, live data. Any idea what could be going wrong ? Thanks.