How to Avoid AWS Lambda Timeout When Processing HubSpot Records
π§ The Problem When using AWS Lambda to process HubSpot objects records (specially for company data), there is a limit. One Lambda function can only run for up to 15 minutes. If it takes longer, it will stop automatically. This happened in our setup. The Lambda logs showed this error: We were using batch processing, … Read more