/Knowledge/sources/honojs__hono/llms-full/lambda-edge-hello-world--686db63a559b.md
Lambda@Edge: Hello World - hono-docs
Lambda@Edge: Hello World Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 2 hello world Summary Edit la...
Lambda@Edge: Hello World
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#2-hello-world
Summary
Edit lambda/index_edge.ts. ts import { Hono } from 'hono' import { handle } from 'hono/lambda-edge' const app = new Hono() app.get('/', (c) => c.text('Hello Hono on Lambda@Edge!')) export const handler = handle(app)
Content
Edit lambda/index_edge.ts.
import { Hono } from 'hono'
import { handle } from 'hono/lambda-edge'
const app = new Hono()
app.get('/', (c) => c.text('Hello Hono on Lambda@Edge!'))
export const handler = handle(app)
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#2-hello-world",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Lambda@Edge > 2. Hello World",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 493,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Lambda@Edge: Hello World",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}