File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
1121154 . The script will build and push the Docker image to your ECR repository.
113116
Original file line number Diff line number Diff 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
1041074 . 脚本将构建并推送 Docker 镜像到您的 ECR 仓库。
105108
You can’t perform that action at this time.
0 commit comments