/Knowledge/sources/honojs__hono/llms-full/aws-lambda-setup--498537bf3e55.md
AWS Lambda: Setup - hono-docs
AWS Lambda: Setup Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt 1 setup Summary When creating the ap...
AWS Lambda: Setup
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#1-setup
Summary
When creating the application on AWS Lambda, CDK is useful to set up the functions such as IAM Role, API Gateway, and others. Initialize your project with the cdk CLI. ::: code-grou...
Content
When creating the application on AWS Lambda, CDK is useful to set up the functions such as 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
npm i -D esbuild
mkdir lambda
touch lambda/index.ts
mkdir my-app
cd my-app
cdk init app -l typescript
yarn add hono
yarn add -D esbuild
mkdir lambda
touch lambda/index.ts
mkdir my-app
cd my-app
cdk init app -l typescript
pnpm add hono
pnpm add -D esbuild
mkdir lambda
touch lambda/index.ts
mkdir my-app
cd my-app
cdk init app -l typescript
bun add hono
bun add -D esbuild
mkdir lambda
touch lambda/index.ts
:::
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#1-setup",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / AWS Lambda > 1. Setup",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 421,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "AWS Lambda: Setup",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}