| // src/adapter/lambda-edge/index.ts | |
| import { handle } from "./handler.js"; | |
| import { getConnInfo } from "./conninfo.js"; | |
| export { | |
| getConnInfo, | |
| handle | |
| }; | |
| // src/adapter/lambda-edge/index.ts | |
| import { handle } from "./handler.js"; | |
| import { getConnInfo } from "./conninfo.js"; | |
| export { | |
| getConnInfo, | |
| handle | |
| }; | |