Smart Insights Rules

Product Documentation
Smart Insights Rules
Navigate through spaces
⌘K
Smart Insights Rules
AWS Lambda
Lambda function runtime is upgradeable
Lambda function is nearing memory limit
Lambda function has over provisioned memory
Lambda function is near the concurrent limit
Lambda function has started to throttle requests
Lambda function is not tagged
Lambda function is nearing timeout
Lambda function has high error rate
Lambda function is not being used
API Gateway
API Gateway has high 4xx error percentage
API Gateway has high 5xx error percentage
API Gateway latency is nearing timeout
API Gateway has high latency compared to the previous day
DynamoDB
DynamoDB has read throttles
DynamoDB has write throttles
DynamoDB has high latency
DynamoDB Table is nearing provisioned WCUs
DynamoDB Table is nearing provisioned RCUs
Docs powered by archbee 

Lambda function is nearing timeout

3min

Why do I see this?

One of your Lambda functions' maximum execution time has exceeded 90% of its allocated timeout during the last 60 minutes.

What does this mean?

The AWS Lambda service lets you configure a timeout value of up to 15 minutes, whenever you deploy a Lambda function. When the configured timeout of a function is reached, AWS Lambda terminates the execution of that function. This event notifies you when the execution time of your function has exceeded 90% of the configured timeout value for that function. This will allow you some time to take necessary actions before your function gets terminated and starts throwing timeout errors.

How do I fix “Lambda function is nearing timeout”?

If you were notified of this event for any of your Lambda functions, you can increase its timeout using the AWS Lambda console. You can load test your Lambda function to determine an optimum timeout value.

Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
Lambda function is not tagged
NEXT
Lambda function has high error rate
Docs powered by archbee 
TABLE OF CONTENTS
Why do I see this?
What does this mean?
How do I fix “Lambda function is nearing timeout”?