DEV Community

Discussion on: Why local development for serverless is an anti-pattern

Collapse
 
megaproaktiv profile image
Gernot Glawe

If you tweak AWS a little bit you can deploy under a second without the sls framework aws-blog.de/2021/04/cdk-lambda-dep...

Collapse
 
sheldonhull profile image
Sheldon

I love that you also use a nice task runner like Go Task. :-) That goes above and beyond most blog articles. It's basically a fully featured solution out of the box to try! nice work.

Collapse
 
winstonn profile image
Winston Nolan • Edited

True, but I did say "early on in serverless"

Collapse
 
jayair_20 profile image
Jay

If you are using CDK, try out SST. It hot reloads your Lambda functions, so won't even need to deploy them.

github.com/serverless-stack/server...