jcode-hub

Results 1 comments of jcode-hub

you can try to get the loadBalancerArn from the service: ```typescript exampleServiceDescription.add(new HttpLoadBalancerExtension()); const exampleService = new Service(this, "example", { environment: environment, serviceDescription: exampleServiceDescription, }); const alb = ApplicationLoadBalancer.fromLookup(this, "ImportedAlb",...