DynamoDB — Boto3 Docs 1.14.20 documentation

PHOTO EMBED

Wed Jul 15 2020 08:42:19 GMT+0000 (Coordinated Universal Time)

Saved by @danish45007

table.put_item(
   Item={
        'username': 'janedoe',
        'first_name': 'Jane',
        'last_name': 'Doe',
        'age': 25,
        'account_type': 'standard_user',
    }
)
content_copyCOPY

https://boto3.amazonaws.com/v1/documentation/api/latest/guide/dynamodb.html