Hey guys, just started using pulumi python SDK and...
# getting-started
a
Hey guys, just started using pulumi python SDK and im a big fan. My question is how does pulumi scale to 100s of projects and stacks?in terms of development, do many people just provide examples to developers? or do you create custom resources ? or can you approach this in a functional way with specific functions for commonly used setups? so a developer can simply do deploy_eks_rds_s3 for example through a centrally maintained lib. or simply write policy and let everyone write there own? I know all of these are possible but id be intrested in hearing how some people abit further on in the journey are tackling this