add option to generate final yaml as dry run without deploying to AWS
Closed this issue · 2 comments
ryohang commented
I was wondering if there is a way to add an option as intermediate step to generate cloudformation template first before deploy to AWS. I have checked help, it doesn't seem to have a one. Sorry if I miss it, i am new to stacks.
vaijab commented
Try stacks create --dry-run ...
or stacks update --dry-run ...
. Let me know if it works.
ryohang commented
thank you , it worked. 👍