| 1 | // |
| 2 | // Unified Lambda handler for bundled vanilla API routes. |
| 3 | // All bundleable lambdas share this handler (same handler digest). |
| 4 | // It reads x-matched-path to determine which entrypoint to invoke. |
nothing calls this directly
no test coverage detected