/Knowledge/sources/honojs__hono/llms-full/lambda-edge-setup--eb35f0477953.md
Lambda@Edge: Setup - hono-docs
Lambda@Edge: Setup Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 1 setup Summary When creating the a...
Lambda@Edge: Setup
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#1-setup
Summary
When creating the application on Lambda@Edge, CDK is useful to set up the functions such as CloudFront, IAM Role, API Gateway, and othe...
Content
When creating the application on Lambda@Edge, CDK is useful to set up the functions such as CloudFront, IAM Role, API Gateway, and others.
Initialize your project with the cdk CLI.
::: code-group
mkdir my-app
cd my-app
cdk init app -l typescript
npm i hono
mkdir lambda
mkdir my-app
cd my-app
cdk init app -l typescript
yarn add hono
mkdir lambda
mkdir my-app
cd my-app
cdk init app -l typescript
pnpm add hono
mkdir lambda
mkdir my-app
cd my-app
cdk init app -l typescript
bun add hono
mkdir lambda
:::
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#1-setup",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Lambda@Edge > 1. Setup",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 492,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Lambda@Edge: Setup",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}