DynamoDB Time To Live (Ttl)
- Automatically delete items after an expiry timestamp
- Doesn't consume any WCUs (no extra cost)
- TTL attribute must be
Number
data type with Unix Epoch timestamp value - Delete operation for each expired item will go to DynamoDB Streams