Skip to content

Commit 28f2b3b

Browse files
committed
docs: update doc for arch selection
1 parent 37e3584 commit 28f2b3b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ this [example](https://github.com/awslabs/aws-lambda-web-adapter/tree/main/examp
108108
- ECR repository name (or use default: `swift-chat-api`)
109109
- Image tag (or use default: `latest`)
110110
- AWS region (or use default: `us-east-1`)
111+
- Deployment type:
112+
- Option 1 (default): **AppRunner** - uses amd64 architecture
113+
- Option 2: **Lambda** - uses arm64 architecture
111114

112115
4. The script will build and push the Docker image to your ECR repository.
113116

README_CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ SwiftChat 是一款快速响应的 AI 聊天应用,采用 [React Native](https
100100
- ECR 仓库名称(或使用默认值:`swift-chat-api`
101101
- 镜像标签(或使用默认值:`latest`
102102
- AWS 区域(或使用默认值:`us-east-1`
103+
- 部署类型:
104+
- 选项 1(默认):**AppRunner** - 使用 amd64 架构
105+
- 选项 2:**Lambda** - 使用 arm64 架构
103106

104107
4. 脚本将构建并推送 Docker 镜像到您的 ECR 仓库。
105108

0 commit comments

Comments
 (0)