Hi HN, SST (<a href="https://github.com/serverless-stack/serverless-stack" rel="nofollow">https://github.com/serverless-stack/serverless-stack</a>) is an open source framework we built for serverless. It allows you to debug your Lambda functions locally while invoking them remotely (<a href="https://docs.serverless-stack.com/live-lambda-development" rel="nofollow">https://docs.serverless-stack.com/live-lambda-development</a>).<p>In this example, we show how to set breakpoints through VS Code and inspect a Lambda function. Let me know if you have any questions about how this works.