AWS Lambda Execution Time Configurationlink
- Default execution time for Lambda functions is 3 seconds.
- When the specified timeout is reached, function execution is terminated. The maximum time allowed by AWS for a function to execute is 15 minutes.
- When you get the following task in your dashboard, you need to increase the execution time of the Lambda function.
AWS Timeout Errorlink
-
The following error is shown when the function run out of time.
Steps to Configure the Execution Timelink
-
Sign in to the
AWS Management Console
and navigate to theAWS Lambda
console. -
Choose the function whose execution time you wish to change.
-
Click the
Configuration
tab and then scroll down toBasic settings
. -
Enter the required execution time.