https://pulumi.com logo
#docs
Title
# docs
j

jolly-church-88521

04/21/2022, 8:41 AM
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

agreeable-eye-87399

04/21/2022, 2:41 PM
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

jolly-church-88521

04/21/2022, 6:15 PM
Thanks Matt! I will check it 🙂
4 Views