bumpy-yak-84133
04/08/2023, 10:31 AMApplicationLoadBalancer
from the awsx.lb.ApplicationLoadBalancer
package. I could see that I can declare the listeners
directly when I create a new instance of the awsx.lb.ApplicationLoadBalancer
, but I can only define the defaultActions
to forward to a target group. How do I add path rules forwarding to another target group in the listeners of my ALB?