Hey there, I am new to Pulumi, and I will use to initially create snowflake resources. My questions are: what is the best way to organize my project? Is there a design pattern to create resources based on configuration files? How do I organize my stacks? Thank you in advance.
Hi @echoing-dinner-19531 thank you for that. I’ll go through it. And just to give a little more context, I would like to build it as Platform as service. So, I’d have a cli tool that’d create and update databases in the warehouse based on the user config file.
e
echoing-dinner-19531
11/16/2022, 9:08 PM
I don't know if we have anything written up about that but I do know we have quite a few users who have built systems like that using standard web server frameworks + our automation api.