0
votes

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.

1

1 Answers

-1
votes

Ok I think I got it. The item Im trying to update is very popular and being updated pretty frequently. That's why I can't update it from dynamo's dashboard