pynamodb-attributes
pynamodb-attributes copied to clipboard
UnicodeDelimitedTupleAttribute does not support datetime.datetime objects
The deserialization of the UnicodeDelimitedTupleAttribute does not support datetime objects and results in the error: "TypeError: 'str' object cannot be interpreted as an integer"
It would be useful for this type to support datetime.datetime objects.