Is it possible to develop live an already deployed...
# help
a
Is it possible to develop live an already deployed stage? Basically can I do
npx sst start
after
npx sst deploy
?
s
yep, as far as I know! the
start
script generates a new debug stack
a
okay, I know that the new debug stack is generated but will it be able to deploy the relevant stub lambdas with same names even though they were already deployed?
okay, I tried it, it works. That’s nice. This is good sorcery. 😅😂
s
I’m pretty sure. if you can’t run
start
and test Lambdas after the stack’s been deployed, I’d think SST would be kinda useless! 😄
a
Yeah, it could always be an upcoming feature. 😂
t
I'm pretty sure we didn't have to do anything special to enable this haha
Just a side effect of a good pattern with how live debugging works
a
Haha! great. That’s how you create good features, by causing side-effects. 😂