Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DynamoDB: Remove old entries automatically

We want to have DynamoDb to automatically delete entries which is, like, more than a year old. Is there a setting or common practice to do it?

like image 922
maomao Avatar asked Nov 03 '15 18:11

maomao


1 Answers

Dynamo DB has added TTL functionality to delete items automatically .

https://aws.amazon.com/blogs/aws/new-manage-dynamodb-items-using-time-to-live-ttl/

like image 147
Sindhu Avatar answered Oct 21 '22 06:10

Sindhu