Created
June 11, 2020 14:55
-
-
Save jbesw/7058cae2a637c22970f0e0e362f45aaf to your computer and use it in GitHub Desktop.
Fix UUID broken code in Innovator Island
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/environment/theme-park-backend/ | |
git pull | |
cd ~/environment/theme-park-backend/1-app-deploy/sam-app/ | |
sam package --output-template-file packaged.yaml --s3-bucket $s3_deploy_bucket | |
sam deploy --template-file packaged.yaml --stack-name theme-park-backend --capabilities CAPABILITY_IAM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment