https://pulumi.com logo
Title
b

bumpy-yak-84133

04/08/2023, 10:31 AM
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?