Skip to content

Latest commit

 

History

History
 
 

README.md

How to use SST with Visual Studio Code

An example serverless app created with SST.

Getting Started

Read the tutorial

Install the example.

$ npx create-sst@latest --template=examples/vscode
# Or with Yarn
$ yarn create sst --template=examples/vscode

Launch Configurations

The .vscode/launch.json contains two launch configurations.

Debug SST Start

This runs the sst start command in debug mode. Allowing you to set breakpoints to your Lambda functions.

Debug SST Tests

This runs the sst test command in debug mode. Allowing you to set breakpoints in your CDK tests.

Documentation

Learn more about the SST.