/Knowledge/sources/honojs__hono/llms-full/alibaba-cloud-function-compute-hello-world--96392ea9162b.md
Alibaba Cloud Function Compute: Hello World - hono-docs
Alibaba Cloud Function Compute: Hello World Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 2 hello wo...
Alibaba Cloud Function Compute: Hello World
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#2-hello-world
Summary
Edit src/index.ts. ts import { Hono } from 'hono' import { handle } from 'hono-alibaba-cloud-fc3-adapter' const app = new Hono() app.get('/', (c) => c.text('Hello Hono!')) export const handler = handle(app)
Content
Edit src/index.ts.
import { Hono } from 'hono'
import { handle } from 'hono-alibaba-cloud-fc3-adapter'
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 / Alibaba Cloud Function Compute > 2. Hello World",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 361,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Alibaba Cloud Function Compute: Hello World",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}