Is your feature request related to a problem? Please describe.
Yes. We use the Instance Scheduler across our organization, which currently manages 514 AWS accounts (and growing). The Lambda function frequently reaches its hardcoded 5-minute timeout limit, causing incomplete executions — some accounts’ resources are not started or stopped as scheduled. Our tests show that the scheduler now requires up to 8 minutes to complete. However, the timeout value cannot be modified via the template and must be changed manually for each Lambda function, which is inefficient at scale.
Describe the feature you'd like
Add a configurable variable to define the Lambda execution timeout within the template. This would allow centralized configuration rather than manual updates through the AWS Console.
