Skip to content

Commit

Permalink
Update with the contents of Chapter 12
Browse files Browse the repository at this point in the history
  • Loading branch information
7pairs committed Aug 29, 2019
1 parent 8e004bd commit 61bf32b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hobopy-backend/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ phases:
- aws --version
- sudo pip install 'chalice>=1.9.0,<1.10.0'
- sudo pip install -r requirements.txt
- sudo pip install pytest
- pytest tests/ || exit 1
- chalice package /tmp/packaged --stage prod
- aws cloudformation package --template-file /tmp/packaged/sam.json --s3-bucket ${APP_S3_BUCKET} --output-template-file transformed.yaml
artifacts:
Expand Down

0 comments on commit 61bf32b

Please sign in to comment.