This message was deleted.
# general
s
This message was deleted.
l
Maybe move all the code out of
index.js
and replace if with
if (pulumi.getStack() == 'quick-demo') { SetUpQuickDemoStack(); } else { SetUpNormalStack(); ]
? Those two functions would be imported from
quick-demo.js
and
normal-stack.js
, or whatever.
💯 4