salmon-hairdresser-65532
10/26/2022, 1:34 PMalb.createListener("web-listener", port="80)
does not work in Python. How would the example look using Python?
I also tried something like
alb = awsx.lb.ApplicationLoadBalancer("loadBalancer",
name="internet-facing-alb",
security_groups=[security_group_loadbalancer]
listeners=[awsx.lb.ListenerArgs(port="80")]
)
but somehow it seems to me that the Input "listeners" is not known (at least I get
listeners=[awsx.lb.ListenerArgs(port="80")]
^
SyntaxError: invalid syntax
as an error. I'm using version 1.0.0b11 of awsx.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by