This message was deleted.
# aws
s
This message was deleted.
l
Looks like an unguarded type conversion has failed when creating a classic load balancer? Is there a bad value for a number field, maybe idleTimeout?
b
Hm, not sure. This is the entire line I have for the load balancer.
Copy code
let lb = new awsx.lb.NetworkListener("backend-listener", { port: 80 });
s
You might be running into https://github.com/pulumi/pulumi/issues/5633 - see comment at the bottom for workaround you could try
👍 2
b
That worked! Thanks Vivek!
👍 1