/Knowledge/sources/honojs__hono/llms-full/aws-lambda-hello-world--c07718f1deaa.md
AWS Lambda: Hello World - hono-docs
AWS Lambda: Hello World Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 2 hello world Summary Edit lam...
AWS Lambda: Hello World
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#2-hello-world
Summary
Edit lambda/index.ts. ts import { Hono } from 'hono' import { handle } from 'hono/aws-lambda' const app = new Hono() app.get('/', (c) => c.text('Hello Hono!')) export const handler = handle(app)
Content
Edit lambda/index.ts.
import { Hono } from 'hono'
import { handle } from 'hono/aws-lambda'
const app = new Hono()
app.get('/', (c) => c.text('Hello Hono!'))
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 / AWS Lambda > 2. Hello World",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 422,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "AWS Lambda: Hello World",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}