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