Skip to content

Commit 92b431b

Browse files
author
Tom McCarthy
committed
chore: stop using pip to install sam cli
1 parent 8dd1824 commit 92b431b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

amplify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ backend:
77
phases:
88
preBuild:
99
commands:
10-
- pip3 install --upgrade aws-sam-cli
10+
- curl "https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip" -o "aws-sam-cli.zip"
11+
- unzip aws-sam-cli.zip -d sam-installation
12+
- ./sam-installation/install
1113
build:
1214
commands:
1315
- make backend

0 commit comments

Comments
 (0)