Serverless DebuggerIntroductionStart online debug sessions while the AWS Lambda functions run on AWS Cloud. Serverless Debugger sets up an easy and secure connection between your AWS Lambda functions and VSCode. Debug your serverless applications natively with their permissions. Stop mocking resources and simulating the environments! Put breakpoints and pause the execution of the Node.js and Python functions to see the stack trace. DocumentationCheck out the VSCode Extension installation of our docs for detailed information. Self Hosted BrokerA self-hosted instance of the broker that provides the necessary functionality for online debugging can be installed on your AWS account using our CloudFormation template or our CDK application. Please follow this guide to learn more. IssuesIssues can be reported through the Serverless Debugger Issue Repository. |