This message was deleted.
# aws
s
This message was deleted.
b
The docs mention this:
Copy code
const listener =
    new awsx.lb.NetworkTargetGroup("custom", { port: 8080 })
               .createListener("custom", { port: 80 });
g
Ok will check this, the docs a little confusing to browse through, thanks 😄
👍 1