Contents:
product.
Product
asin (str) – amazon SKU id number
timestamp (str) – calendar time for which product price is found
price (str) – price of item in US $
getItem
Get data in table
dict[dict]
getKeyAttributeDefs
list[dict]
getKeySchema
dynamo_db.
DynamoDBProduct
Save product data into dynamo db
table_name (str) – name of table, set to "Products"
"Products"
client (boto3.client) – aws client, set as dynamodb
Todo
should we have a table class instead?
createTable
Create table
deleteTable
Delete table
putItem
Save table in dynamo db?. Print response
dynamoDbTutorial
Tutorial workflow for dynamo db
Index
Module Index
Search Page