An example serverless app created with SST.
Install the example.
$ npm init serverless-stack --example vscode
# Or with Yarn
$ yarn create serverless-stack --example vscodeThe .vscode/launch.json contains two launch configurations.
This runs the sst start command in debug mode. Allowing you to set breakpoints to your Lambda functions.
This runs the sst test command in debug mode. Allowing you to set breakpoints in your CDK tests.
Learn more about the SST.