An open-source serverless framework for Lambda functions
Serverless Stack (SST) is a framework that makes it easy to build serverless apps. It's an extension of [AWS CDK](https://aws.amazon.com/cdk/) and it features: - A [Live Lambda Development](https://docs.serverless-stack.com/live-lambda-development) environment - Support for [setting breakpoints and debugging in VS Code](https://docs.serverless-stack.com/debugging-with-vscode) - Support for [deploying to multiple environments and regions](https://docs.serverless-stack.com/deploying-your-app#deploying-to-a-stage) - [Higher-level constructs](https://docs.serverless-stack.com/packages/resources) designed specifically for serverless apps - Zero-config support for JS and TS (using [esbuild](https://esbuild.github.io/)), Go, Python, C#, and F# Source: GitHub/serverless-stack