I would like to know what are the total WCUs consumed to delete an item less than 1kb which has a TTL in the main table and GSI?
About TTL, we know that after the date and time of the specified timestamp, DynamoDB deletes the item from the table without consuming any write throughput.
But what if that item exists also in a GSI? Are any WCUs consumed to delete the item from GSI? What if that item in GSI also had a TTL? Would that mean there are 0 WCUs consumed to delete the item from the table and GSI?