2. Dynamo DB

class dynamo_db.DynamoDBProduct(client, *args)[source]

Save product data into dynamo db

Parameters
  • table_name (str) – name of table, set to "Products"

  • client (boto3.client) – aws client, set as dynamodb

Todo

should we have a table class instead?

createTable()[source]

Create table

deleteTable()[source]

Delete table

putItem()[source]

Save table in dynamo db?. Print response

dynamo_db.dynamoDbTutorial()[source]

Tutorial workflow for dynamo db