Skip to content

Instantly share code, notes, and snippets.

@siakon89
Created May 28, 2020 13:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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