Replies: 1 comment
-
Hi @mvs5465 , the possible way to deploy a large cloudformation template are suggested here-
Hope that is helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the expected way to deploy large stacks from CDK?
I am deploying a Conformance Pack with a large number of rules and the template exceeds the CloudFormation request limit.
I've already separated the conformance pack into a NestedStack but I don't think I can divide it up more than that. The prescribed solution to this is to upload the template to an S3 bucket and use that as the source of the template body.
I'm sure this is a duplicate but I searched discussions and issue reports and couldn't find anything.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions