Hi, I just started to look on the Pulumi. It looks...
# docs
j
Hi, I just started to look on the Pulumi. It looks very nice but I’m a bit lost on how to structure properly the code. There are any best practices for it? I’m working on AWS and Go. Shall I create new module for new type of services in AWS? Shall I do it a bit like in Terraform? Thanks!
a
hi! I’m actually working on some updates to the https://www.pulumi.com/docs/guides/organizing-projects-stacks/ page which should help with this somewhat a lot of this “depends” - you can definitely create different go modules for each service, but that’s usually overkill in my opinion.
j
Thanks Matt! I will check it 🙂