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?

feita há 3 anos770 visualizações
1 Resposta
1
Resposta aceita

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

respondido há 3 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas