-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for AWS CDK #958
Conversation
I think there is some issue here. It works fine to generate an individual stack, however, trying to run multiple stacks using the same template file blows up with all sorts of random errors, like:
|
did my fix make any difference for you @dlahn ? |
@zaro0508 I had already made the change you proposed on our side. We are still seeing those errors with the change in place. It works fine for an individual stack, but not when we run a folder for example, containing a number of stacks that use the same template file. |
hmm, it seems to work for me. Can you please provide pip/version info and see if your environment is much different than mine? here is details of my environment and execution: http://paste.openstack.org/show/801572/ |
@zaro0508 It's pretty similar. I'm running Python 3.8.1. I was on Sceptre 2.4, but 2.3 exhibits the same problem. Upgrading CDK to what you have gives a few new errors:
These are definitely defined in the same apps. I use the same approach you do above. As far as your run example, it doesn't look like (though I could be wrong) that you are running a number of the same template in parallel. In my case, I have about 6 stacks defined that insert routes into a route table. They all use |
Might be related to aws/aws-cdk#1479
|
Thanks for the reference @lloydpick. That makes sense because my test run consisted of one CDK file with a bunch of other non-CDK files. The issue that @dlahn is seeing seems like a CDK problem not a sceptre problem. |
acc2d37
to
3dc2984
Compare
Sceptre can generate cloudformation templates from AWS CDK code without much effort. Adding documention on how to use sceptre to drive AWS CDK python files.
Sceptre can generate cloudformation templates from AWS CDK code without much effort. Adding documention on how to use sceptre to drive AWS CDK python files.
Sceptre can generate cloudformation templates from AWS CDK code without much effort. Adding documention on how to use sceptre to drive AWS CDK python files.
Sceptre can generate cloudformation templates from AWS CDK code
without much effort. Adding documention on how to use sceptre
to drive AWS CDK python files.