Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
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
here’s an example:
https://github.com/jaxxstorm/pulumi-productionapp
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
4 Views
#yaml
Join Slack