DEV Community

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

Collapse
 
jayair_20 profile image
Jay

If you're looking to set breakpoints and debug Lambda functions locally checkout SST — github.com/serverless-stack/server...

It connects directly to what's been deployed on AWS without mocking or emulating them.

Collapse
 
nilamo profile image
Alex Winfield

Oh now that looks exciting. Thanks :)

Thread Thread
 
codenameone profile image
Shai Almog

Check out lightrun.com in that case... Get literally the experience of a local debugger in production environment (I work there).