get_api_routes
Retrieve all API Gateway APIs (REST, HTTP, WebSocket) with routes, methods, and Lambda integrations to map API surface area and verify Lambda coverage before writing handlers.
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 | |||