Suppose that a given table already contains the following key value pair:
{ "id": "one", "num": 5000 }
If I write an update expression such as "ADD num :val" to add values as necessary can I expect this to be consistent in case of parallel requests?