When you are used to a relational database, updates are generally not destructive and will not remove the entire row. However, with DynamoDB, it may be a different story, depending on how the application is handling a special column called TTL. Time to Live The Time to Live (TTL) [1] column allows us…