/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-1-setup-b887180bcc0e-1-setup-s0492-c0000.md
1. Setup - hono-docs
1. Setup Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt 1 setup Summary When creating the applic...
1. Setup
Source evidence: /Sources/raw/honojshono/honojshono.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 lambdamkdir my-app
cd my-app
cdk init app -l typescript
yarn add hono
mkdir lambdamkdir my-app
cd my-app
cdk init app -l typescript
pnpm add hono
mkdir lambdamkdir my-app
cd my-app
cdk init app -l typescript
bun add hono
mkdir lambda:::