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
little-cartoon-10569
11/30/2022, 9:15 PM
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.
little-cartoon-10569
11/30/2022, 9:16 PM
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.