I know that there was some discussion about this e...
# help
t
I know that there was some discussion about this earlier, but I couldn't figure out the exact thing to do. When running the same "stack" that is already deployed (because I want to run it locally and test changes before deploying again) I use sst start. But it seems like if I use sst start, and then when I'm done use close my laptop. It will cause the version that was deployed (using sst deploy) to fail?
f
Hi @Tony J, you’d need to run
sst deploy
after you are done.
sst deploy
deploys the real Lambdas, while
sst start
deploys the stub Lambdas that forwards the requets to your local.