get_lambda_overview
Audit Lambda functions by listing runtime, memory, timeout, environment variable keys, and event source triggers. Identify default memory or high timeouts and retrieve trigger event shapes.
Instructions
Returns all Lambda functions with runtime, memory (MB), timeout (sec), environment variable key names (values never returned), and event source triggers with the correct handler event shape for each. Call this when auditing Lambda configuration for default memory (128 MB) or high timeouts, or when you need the trigger event shape for a specific function without running analyze_function. When runtime signals are enabled, recentThrottles and recentErrors report CloudWatch counts for the analysis window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||