-
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
(apigatewayv2): cyclic dependency introduced when HttpApi and Route are in different stacks #13021
Comments
Original Issue: #13007 |
@NGL321 The regression is in the HttpRoute/HttpIntegration of the ApiGateway v2. Maybe you want to edit the title. |
You can find a repro here: https://github.com/hoegertn/httproute-regression |
APIStack
I was able to reproduce the issue on 1.89.0 using my own code that was essentially the same as the repro @hoegertn provided |
refs #13010 |
Let's see. The build failure was somewhere else in the build process. |
Since we've had only one report in 6 days (since the latest release), I'm reducing the priority of this issue to a p1. I'll re-raise the priority if this changes substantially. We're actively working on fixing this for the next release. |
Given that it is broken since |
…es (#13010) When the Route construct with an integration is defined in a separate stack from the one defining the HttpApi construct, a circular dependency error is thrown. The bug was introduced in - 855ce59 - where the refactor of moving the creation of Integration resulted in using the HttpApi as the scope of the Integration construct, rather than the Route. fixes #13021 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
…es (aws#13010) When the Route construct with an integration is defined in a separate stack from the one defining the HttpApi construct, a circular dependency error is thrown. The bug was introduced in - 855ce59 - where the refactor of moving the creation of Integration resulted in using the HttpApi as the scope of the Integration construct, rather than the Route. fixes aws#13021 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Please add your +1 👍 to let us know you have encountered this
Status: INVESTIGATING
Overview:
From @hoegertn:
Complete Error Message:
Workaround:
Solution:
Related Issues:
First reported by @hoegertn: #13007
The text was updated successfully, but these errors were encountered: