Skip to content

Going through the AWS DynamoDB tutorial using Python/Boto3

Notifications You must be signed in to change notification settings

cromo/dynamodb-tutorial-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages