Skip to content

Instantly share code, notes, and snippets.

@housni
Created September 27, 2018 15:44
Show Gist options
  • Save housni/f3d7ca05aaabb8158f46f5d42ce64097 to your computer and use it in GitHub Desktop.
Save housni/f3d7ca05aaabb8158f46f5d42ce64097 to your computer and use it in GitHub Desktop.
$ 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