An example serverless app created with SST.
Install the example.
$ npx create-sst@latest --template=examples/vscode
# Or with Yarn
$ yarn create sst --template=examples/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.