-
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): Regression in 1.87.0 #13007
Comments
@hoegertn Thanks for letting us know, and for tagging the right people! Much appreciated. While we look into this - can you share a repro? |
Tracking in #13021 |
https://github.com/hoegertn/httproute-regression |
|
The changes in #12528 introduced a regression when having the following setup:
ApiStack -> ChildStack with Lambda, HttpRoute, etc
By moving the instantiation of the HttpIntegration class to the
HttpApi. _addIntegration
method the scope was changed from the Route to the HttpApi object. This leads to a cyclic reference in the architecture described above.So starting with 1.87.0 all my ApiGateway applications no longer synthesize.
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: