Skip to content

Commit 02553b8

Browse files
author
Tom McCarthy
committed
chore: fix amplify builds
1 parent 6eeaa96 commit 02553b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

amplify.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ version: 1
22
env:
33
variables:
44
ORIGIN: https://${AWS_BRANCH//\//-}.${AWS_APP_ID}.amplifyapp.com
5+
STACKNAME: amplify-aws-serverless-shopping-cart
56
backend:
67
phases:
78
preBuild:
89
commands:
9-
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
10-
- unzip awscliv2.zip
11-
- ./aws/install
1210
- pip3 install --upgrade aws-sam-cli
1311
build:
1412
commands:

0 commit comments

Comments
 (0)