-
Notifications
You must be signed in to change notification settings - Fork 4k
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
StackOverflowError when running CDK with Java #2154
Comments
Can you please some more details about your app so we can debug? The CDK obvsiouly should not cause a stack overflow no matter what. Still, if your stack has over 200 resources, you won't be able to deploy it through AWS CloudFormation. |
Unfortunately there's not much to go off of. Here is a snippet of the stack trace:
|
Hi @immmapig, I'm sorry this has gone so long without a response. Are you still experiencing this issue? |
No, I am not. This can be closed. Thanks!
…On Tue, Oct 29, 2019 at 1:59 PM Somaya ***@***.***> wrote:
Hi @immmapig <https://github.com/immmapig>, I'm sorry this has gone so
long without a response. Are you still experiencing this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2154?email_source=notifications&email_token=AAMXQGQVZ2VL6TXO4TYSR6TQRCPZLA5CNFSM4HC2LVB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECSB47Q#issuecomment-547626622>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMXQGUM42ELFGHGRILTEQ3QRCPZLANCNFSM4HC2LVBQ>
.
|
Hey |
When upgrading to release v0.25.3, I encountered a StackOverflowError when trying to build my template using CDK with Java. If I removed resources from my stack, however, the problem goes away.
The stack has well under 200 resources.
This issue is preventing me from getting new updates to both CDK and CloudFormation.
The text was updated successfully, but these errors were encountered: