UNPKG

rajt

Version:

A serverless bundler layer, fully typed for AWS Lambda (Node.js and LLRT) and Cloudflare Workers.

5 lines (3 loc) 106 B
import { handle } from 'hono/aws-lambda' import { app } from './prod' export const handler = handle(app)