Hello,
Today, I’m able to publish pulumi component in a private npm repository in order to reuse them in several pulumi projects, and it works like a charm (thanks pulumi team).
As the component are in typescript, we can only reuse them in pulumi typescript project.
In a big organisation, we would be able to let some team works in other languages like python. Is there a way to share component for a multi-language use ? May be by generating them ?