mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
7 lines
No EOL
197 B
Python
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")
|
|
|