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
fix(elbv2): allow multiple certificates on ALB listener (#4116)
* fix(elasticloadbalancingv2): Allow Multiple Certificates on ALB Listener
Fixes a cloudformation error when attaching multiple certificates to an alb listener. Cloudformation allows only a single certificate attached to the `LoadBalancer` resource. If multiple certificates are passed to the construct on initialization or through the `.addCertificateArns` method, separate `ListenerCertificate` resources are created for all after the first.
Closes [issue #3757](#3757)
* PR Revisions
0 commit comments