This message was deleted.
# getting-started
s
This message was deleted.
q
We have one stack, but are creating different parts of the stack in dedicated extension methods to keep it maintainable. From the Stack constructor, we call those extension methods. So far, our stacks are not extremely big, so this is good enough for us. All our deployments are getting the output of Pulumi first, set variables based on that and the rest of the pipelines use those variables where needed.
Further more, we have standardized methods for components (a standard webapp, a standard storage account, etc.) that we call from those extension methods.
f
Thanks @quiet-architect-74241, super helpful! Then I guess you can create test projects with "unit stacks" or single components, using the standardized methods. I will give it a try.
👍 1