Debugging Lambda Timeouts
Overview
Domain expertise for systematically investigating AWS Lambda function timeout failures
by analyzing function configuration, CloudWatch logs, metrics, dependencies, cold start
patterns, and code. Identifies common causes such as insufficient timeout settings,
external service delays, database connection issues, memory constraints, and inefficient
code patterns, then provides prioritized recommendations.
Debug a Lambda timeout
To investigate and resolve Lambda timeout issues, follow the procedure exactly.
See
Lambda timeout debugging procedure
.
The procedure collects function configuration, CloudWatch metrics and logs, dependency
analysis, and cold start patterns. If Lambda code is provided, it also reviews the code
for timeout-prone patterns. Results are compiled into a structured debugging report with
prioritized recommendations.
Troubleshooting
Function not found
Verify the function name and region. Use
aws lambda list-functions --region
debugging-lambda-timeouts
安装
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill debugging-lambda-timeouts