survey-extraction/deployment/lambda/lambda_example/docker/app.py
2025-11-28 19:27:05 +00:00

7 lines
No EOL
197 B
Python

from etl.hubSpotClient.hubspotClient import HubSpotClient
def handler(event, context):
hubspot = HubSpotClient()
hubspot.add_product_line_item_to_deal("268596250843", "281058046195")