noppoMan / npdynamodb

A Node.js Simple Query Builder and ORM for AWS DynamoDB
112 stars 19 forks source link

Support for setting TTL attribute #62

Open liddellj opened 6 years ago

liddellj commented 6 years ago

Do you have any plans to support setting the TTL attribute of a table?

http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/time-to-live-ttl-how-to.html

I had a poke around but couldn't see any existing support, or obvious way to workaround that limitation.