cromo / dynamodb-tutorial-python

Going through the AWS DynamoDB tutorial using Python/Boto3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Going through the AWS DynamoDB tutorial using Python/Boto3


Languages

Language:Python 100.0%