Working with DynamoDB in Python using Boto3

17K views Nov 10, 2022

hands-on.cloud

This video demonstrates how to create tables, load data, perform CRUD operations, filter scan results, query items, and backup tables in AWS DynamoDB using Python and Boto3 library. The entire course content is available for you at: https://hands-on.cloud/quick-introduction-to-python-for-aws-automation-engineers/. The supporting blog article is available at: https://hands-on.cloud/working-with-dynamodb-in-python-using-boto3/. AWS re:Invent: Data modeling with Amazon DynamoDB – Part 1: https://youtu.be/fiP2e-g-r4g AWS re:Invent: Data modeling with Amazon DynamoDB – Part 2: https://youtu.be/_KNrRdWD25M Boto3 documentation for DynamoDB: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html Amazon DynamoDB Developer's Guide: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GettingStartedDynamoDB.html 00:00 - Intro 00:18 - Prerequisites 00:36 - What is Amazon DynamoDB? 02:16 - How to connect to Amazon DynamoDB using Boto3? 02:38 - How to create Amazon DynamoDB tables using Boto3? 04:22 - How to list Amazon DynamoDB tables using Boto3? 04:39 - How to create an item in the Amazon DynamoDB table using Boto3?

#Distance Learning
#Distributed & Cloud Computing
#Programming