Amazon web services – DynamoDB – TransactWrite, how to do If Else condition
An example, a table with a column counter with only 1 row. I want to update this row's counter value based on its current value. Say if counter is >= 10, set it to 0, otherwise counter++. How to achieve…