get_api_routes
Returns all API Gateway APIs (REST, HTTP, WebSocket) with routes, HTTP methods, paths, and the Lambda function each route invokes. Use to understand Lambda-route mappings or review API surface area.
Instructions
Returns all API Gateway APIs (REST, HTTP, WebSocket) with their routes, HTTP methods, paths, and the Lambda function each route invokes. Call this before writing any API handler to understand which Lambda handles a route, or when reviewing API surface area and Lambda integration coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||