DynamoDB TTL - Expiration Time

0

I am using the Amazon DynamoDB TTL functionality to trigger a AWS Lambda function. Triggers with Starting position: LATEST.

This is working perfectly fine, but the items are staying in the Amazon DynamoDB table 15 minutes past it's expiration epoch time, and then expires.

Is this expected behavior? Did I miss something?

已提問 3 年前檢視次數 770 次
1 個回答
1
已接受的答案

Yes, this is expected.

Depending on the size and activity level of a table, the actual delete operation of an expired item can vary. Because TTL is meant to be a background process, the nature of the capacity used to expire and delete items via TTL is variable (but free of charge). TTL typically deletes expired items within 48 hours of expiration.

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/howitworks-ttl.html

已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南