Skip to content

Instantly share code, notes, and snippets.

@siakon89
Created May 28, 2020 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siakon89/f08236e66b353f9e97c7189b9242552b to your computer and use it in GitHub Desktop.
Save siakon89/f08236e66b353f9e97c7189b9242552b to your computer and use it in GitHub Desktop.
sam build
sam package --output-template-file .aws-sam/packaged.yaml --s3-bucket <a bucket to save the template> --profile <your profile name>
sam deploy --template-file .aws-sam/packaged.yaml --stack-name imageTagging --capabilities CAPABILITY_IAM --profile <your profile name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment