DEV Community

Discussion on: Six Serverless Frameworks to watch in 2021

Collapse
 
jayair_20 profile image
Jay

I would also throw our hat in the ring!

Serverless Stack (SST) is a framework for serverless that includes a local development environment for Lambda. It allows you to test and debug your functions without having to redeploy.

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

So you can do things like setting breakpoints in VS Code — serverless-stack.com/examples/how-...