Last active
June 11, 2018 15:40
-
-
Save danilop/3337a2ef516dcf8dce5fc810cc8bbf42 to your computer and use it in GitHub Desktop.
AWS CLI package/deploy of a SAM template for a serverless application using safe deployments
This file contains 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
aws cloudformation package -s3-bucket <YOUR_BUCKET> -s3-prefix packages \ | |
-template-file template.yaml -output-template-file packaged.yaml | |
aws cloudformation deploy -template-file packaged.yaml \ | |
-stack-name EvolutionaryDeployment -capabilities CAPABILITY_IAM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment