We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8f6b9 commit 35fce2dCopy full SHA for 35fce2d
amplify.yml
@@ -10,6 +10,7 @@ backend:
10
- curl "https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip" -L -o "aws-sam-cli.zip"
11
- unzip aws-sam-cli.zip -d sam-installation
12
- ./sam-installation/install
13
+ - pip install -U boto3
14
build:
15
commands:
16
- make backend
0 commit comments