Created
September 27, 2018 15:44
-
-
Save housni/f3d7ca05aaabb8158f46f5d42ce64097 to your computer and use it in GitHub Desktop.
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 \ | |
--template-file app_spec.yml \ | |
--output-template-file packaged.yml \ | |
--s3-bucket MyRedirectorBucket | |
Successfully packaged artifacts and wrote output template to file packaged.yml. | |
Execute the following command to deploy the packaged template | |
aws cloudformation deploy --template-file /home/housni/modus-create/lambda-redirector/packaged.yml --stack-name <YOUR STACK NAME> | |
$ aws cloudformation deploy \ | |
--template-file packaged.yml \ | |
--stack-name Redirector \ | |
--capabilities CAPABILITY_IAM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment