In dynamoDB, can the value of the sort key be changed after the item is written to the table?
For example, I have a sort key counts
, am I able to do incr updates on counts
if it was being used as a sort key for GSI or LSI?
My understanding was that if counts
was used as sort key for the primary key, it won't be mutable. Is that also the case for GSI and LSI?