You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…on bucket in extended ALB (#27558)
Fixes circular dependency when enabling access logging on an S3 bucket in an extended ALB.
Closes#27528.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
The comment here describes the issue perfectly
Expected Behavior
I expect there to be no circular dependency
Current Behavior
There is a circular dependency
Reproduction Steps
Possible Solution
Only add a dependency on the CfnLoadBalancer, instead of the L2 construct
aws-cdk/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/base-load-balancer.ts
Lines 285 to 286 in b2200a8
Additional Information/Context
No response
CDK CLI Version
latest
Framework Version
No response
Node.js Version
18
OS
mac
Language
TypeScript
Language Version
No response
Other information
I'm not sure if this will have unintentional consequences with the proposed fix
The text was updated successfully, but these errors were encountered: