Skip to content

Instantly share code, notes, and snippets.

@jbesw
Created June 11, 2020 14:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jbesw/7058cae2a637c22970f0e0e362f45aaf to your computer and use it in GitHub Desktop.
Save jbesw/7058cae2a637c22970f0e0e362f45aaf to your computer and use it in GitHub Desktop.
Fix UUID broken code in Innovator Island
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