This message was deleted.
# aws
s
This message was deleted.
l
I think don't awsx.lb has an equivalent to Vpc's fromExistingIds. You probably want to stick with the aws package's classes for this case.
In general, if you're comfortable with the way Pulumi works, there isn't a great reason to use the awsx packages. In my experience, it's pretty easy to create equivalent ComponentResources with additional domain-specific logic that suit your environment better, and you can expose the exact properties you need for logging, inter-op, etc.
They're great places to start, but you sacrifice just enough configurability to make it awkward to use once you get into interesting use cases
m
seconding the pain you get yourself into using awsx over aws package more than not.