lyft / pynamodb-attributes

Common attributes for PynamoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggest adding "ArrowAttribute"

nishinishidayo opened this issue · comments

Arrow is often used to handle dates & times in Python.
I suggest making "ArrowAttribute" and if it's okay, I will work some.
ex.
deserialize: int(dynamodb 'N' type) -> arrow
serialize: arrow-> int(dynamodb 'N' type)