I have the next code:
users_table = Table(users_table_name, connection=Core.aws_dynamodb_connection) users_table.put_item(data={ \"login\": login, \"pass
Reading the documentation lately, I found the right link to the documentation here. The recommended way to store date and time data in DynamoDB is using ISO 8601 strings. so the data type is just string.