This message was deleted.
# registry
s
This message was deleted.
p
On a general note, is it possible to discover packages via their git handles or something. Terraform provides this kind of support with modules.
l
This is a language-specific problem. All of the languages that have Pulumi libraries have general-purpose library management features -- that's how they import Pulumi libraries. Use the same technology for your own libraries.
Your bespoke Pulumi resources can be bundled as ComponentResource classes, which provide the same functionality as the resources in pulumi-aws, pulumi-azure-native, etc.