Hello All, Nice meeting everyone virtually!! I am...
# getting-started
p
Hello All, Nice meeting everyone virtually!! I am pretty new to pulumi and am trying to achieve the following structure. I am a bit stuck on how to achieve this or is this the right way to do it: Language: GoLang Questions: 1. I want to use the functions in the utils package common to the repo, across the projects. I am stuck, as each project is an individual go module. a. This can be partially solved by having replace directives, but not sure if this is the recommended appraoch. 2. Each project that is mentioned here is a service name with the caller code, and will have its own stacks(envs). Should i go ahead creating individual projects for them or go with one Root project with stacks for each service-env convention?? 🤔 Do we have any recommendations?? (PS: The number of such services will be 500+ and increasing.) Any suggestions are welcome. Thanks!