mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-19 17:03:03 +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")
|
|
|