Hi. Is there a way to quickly redeploy the scripts for lambdas without having to have live dev enabled?
I’m optimising a lambda function and I need the code to be running on AWS, not locally but I’d like to reduce the amount of time it takes to redeploy the code each time I make a change. I’m using “sst start” but do not have “live dev” enabled, as doing that would invalidate the performance optimisations I’m working on.
Thanks
Simon