Is there a way to package and deploy a serverless template without compiling, uploading and updating functions?
My current project uses serverless webpack to compile its typescript lambda functions. And on every deploy/package action all functions are compiled and updated, which currently takes around 84 seconds just for the compilation of the functions. Therefore whenever I change some aws resource I have to wait around two minutes just for that single resource to change. And when some packaging error occurs have to restart the whole process again and again.