https://pulumi.com logo
Title
a

able-train-72108

01/31/2023, 8:11 PM
Hello, in this section https://www.pulumi.com/blog/pulumi-yaml/#use-components-built-in-other-pulumi-languages I understand that I can use component created in another language, but I don't find any examples of that in the github example repo. I can do it within my c# solution, ex:
b

billowy-army-68599

01/31/2023, 8:59 PM
the component itself is written in Go, but if you look at examples you can see how I’ve imported the SDK in other languages
a

able-train-72108

02/01/2023, 2:16 PM
thanks, I will have a look 🙂
w

worried-helmet-23171

02/04/2023, 5:35 AM
Curious .. how does custom code get generated ?
Suppose I had a component that had some custom code in golang to lookup a dns and resolve to an ip. Would the boiler plate handle that ?
a

able-train-72108

02/09/2023, 5:17 PM
my understanding @worried-helmet-23171 is that you need to create a custom provider to serve your component