Sorry, I have another question. I want to have path-based routing for my ALB but it doesn’t seem lik...
b
Sorry, I have another question. I want to have path-based routing for my ALB but it doesn’t seem like there is a clear way to do this when I’m using the
ApplicationLoadBalancer
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?