Hi, we have our own cloud provider and we also hav...
# golang
c
Hi, we have our own cloud provider and we also have our library so we can create resources via it like you would do in aws (news3) for instance. But we would like to integrate this lib with pulumi so we can use pulumi instead of the library. I've looked at the docs and found that dynamic providers can only be created by implementing an interface in ts, js and python. So is there a way to integrate pulumi with this library?
b
@creamy-advantage-17182 you can create a Pulumi native provider: https://github.com/pulumi/pulumi-provider-boilerplate