You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: