oharaandrew314/dynamodb-kotlin-module

Support TTL annotation on property

Closed this issue · 1 comments

If a property is annotated with a ttl annotation, then the table should be created with a ttl attribute

Since TTLs can experience a delay of up to 48 hours to be honored, they cannot be relied upon for business logic. I don't think it's necessary to support TTLs for retention purposes only.