I have the next code:
users_table = Table(users_table_name, connection=Core.aws_dynamodb_connection) users_table.put_item(data={ \"login\": login, \"pass
Okay, I see that DynamoDB does not support any date types. So the only solution is to use unix-like time as integer, or save date as string.