src/lamdas/dynamodb-logging/dynamodb_logging.py [26:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        response = table.put_item(
            Item={
                "OutputDate": OutputDate,
                "interest": event["interest"],
                "product_name": event["product_name"],
                "product_link": event["product_link"],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/lamdas/dynamodb-logging/dynamodb_logging.py [42:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        response = table.put_item(
            Item={
                "OutputDate": OutputDate,
                "interest": event["interest"],
                "product_name": event["product_name"],
                "product_link": event["product_link"],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



