1. Product

class product.Product(asin: str, timestamp: str, price: str)[source]
Parameters
  • asin (str) – amazon SKU id number

  • timestamp (str) – calendar time for which product price is found

  • price (str) – price of item in US $

getItem() → dict[source]

Get data in table

Returns

dict[dict]

static getKeyAttributeDefs() → list[source]
Returns

list[dict]

static getKeySchema() → list[source]
Returns

list[dict]