survey-extraction/deployment/lambda/lambda_example/docker/app.py
2025-12-03 13:02:14 +00:00

9 lines
No EOL
196 B
Python

from etl.hubSpotClient.hubspotClient import HubSpotClient
def handler(event, context):
nums = [
]
hubspot = HubSpotClient()
for num in nums:
hubspot.delete_line_item(num)