What problem does it solve? Lambda functions that time out or approach their timeout limit are hard to diagnose because the root cause can hide in configuration, cold starts, VPC networking, memory pressure, or downstream dependencies. This Skill runs a systematic investigation and produces a prioritized debugging report with actionable fixes. ## Core Features & Use Cases - Configuration and Metrics Analysis: Retrieves timeout and memory settings, then correlates Duration, Errors, and InitDuration CloudWatch metrics to spot trends. - CloudWatch Logs Investigation: Runs Logs Insights queries for timeout, error, performance, and memory patterns using timestamps derived from actual log stream data. - Code and Dependency Review: Optionally analyzes provided Lambda code for timeout-prone patterns such as HTTP calls without timeouts, and inspects VPC and external service dependencies. - Use Case: Your Python API handler in us-east-1 intermittently times out. Provide the function name, region, and code, and receive a report identifying unconfigured HTTP request timeouts as the root cause, with prioritized remediation steps. ## Quick Start Debug why my Lambda function my-api-handler in us-east-1 has been timing out over the last 48 hours and give me prioritized recommendations.