get_lambda_overview
Audit Lambda functions for configuration issues like default memory (128 MB) or high timeouts. Retrieve runtime, memory, timeout, environment variable key names, and event source triggers with correct handler event shape.
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 | |||