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.