Hello, does creating many stacks make deployment t...
# help
b
Hello, does creating many stacks make deployment time longer? I mean is it better to try creating constructs in same stack? or there is no difference?
t
Answer is a bit complicated. I generally find things are faster with many stacks with a few constructs. It's because it allows for more opportunities for things to be run in parallel
At worst there's no difference and at best there's a slight difference
b
I see, thank you @thdxr