I wanted to cross-post here about a problem my co-...
# golang
f
I wanted to cross-post here about a problem my co-worker David and I are thinking about. We’ve extracted a program into a separate repo that was previously coupled to an API that uses the automation API. Pulling in the program from the remote repo has been problematic, as the Go build requirements are costly in time and resources. We’ve also talked about potentially providing the program as a plugin in order to handle the build outside of the running API, with the tradeoff of pulling in and storing the binary plugin. Does anyone have any best practices, lessons learned, etc. around these kinds of patterns? https://pulumi-community.slack.com/archives/C019YSXN04B/p1716588331103779