get_lambda_overview
Retrieve all Lambda functions with runtime, memory, timeout, environment variable keys, and event source triggers for auditing configuration issues like default memory or high timeouts.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||