# test-debug

## Get started
1. Install dependencies
```
npm install
```
2. Deploy to cloud in not already done
```
sam build && sam deploy --guided
```
3. Compile TypeScript and watch for changes
```
npx tsc-watch
```
4. Start the debugger
```
F5
```