/dynamodb-tutorial-python

Going through the AWS DynamoDB tutorial using Python/Boto3

Primary LanguagePython

DynamoDB Tutorial for Python

The AWS Tutorial this code is from.

How to run the local DynamoDB instance using Docker:

docker run -p 8000:8000 amazon/dynamodb-local

How to run the tutorial program:

poetry run main

The main body of the code is from Amazon's tutorial and is under the Apache 2.0 license.