sparse-intern-71089
07/30/2020, 5:11 PMfaint-table-42725
07/30/2020, 5:35 PM"aws:lb:ApplicationLoadBalancer"
is a bit confusing, but that should be the component resource you’re creating (which you are creating)faint-table-42725
07/30/2020, 5:37 PMfaint-table-42725
07/30/2020, 5:38 PMawsx:x
resources are and I’m not sure why the naming convention for https://github.com/pulumi/pulumi-awsx/blob/ac937595322bf1560b67598a612b4374253cd6aa/nodejs/awsx/lb/application.ts#L54 chose to use the aws:lb
namespacefaint-table-42725
07/30/2020, 5:41 PM+ ├─ aws:lb:ApplicationLoadBalancer test create
+ │ └─ aws:lb:LoadBalancer test create
Where the first item is the component resource and the second item is the actual load balancerfamous-garage-15683
07/30/2020, 6:56 PMfamous-garage-15683
07/30/2020, 6:56 PMfamous-garage-15683
07/30/2020, 7:06 PMfaint-table-42725
07/30/2020, 7:12 PMfamous-garage-15683
07/30/2020, 7:15 PMfaint-table-42725
07/30/2020, 10:57 PMaws:lb:LoadBalancer
— in general, awsx
shouldn’t have aws:
with the exception unfortunately being aws:lb:ApplicationLoadBalancer
faint-table-42725
07/30/2020, 10:58 PM