I noticed that whenever I make a change to the inf...
# sst
j
I noticed that whenever I make a change to the infrastructure definitions (the
Api
or
Cron
constructs, for example) while running
npx sst start
I get this message
Detected a change in your CDK constructs. Restart the debugger to deploy the changes.
which is cool. But is there a more straight-forward way than
Ctrl-c
+
npx sst start
? I remember that
nodemon
I think has the
rs
command that I can type to restart the process. Anything you would consider to further improve the developer experience? (It’s only a tiny niggle, no worries). Or is there already something similar maybe? 🙏
f
Hey @Jakob Fix, it’s actually one of the top requests - https://github.com/serverless-stack/serverless-stack/discussions/170
I’m planning to make some improvements over the next week on this. Most likely something similar to what you are suggesting!
j
Cool! Should have looked at the issues first, but great to see it’s in the pipeline. 🙂