{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Launch local sam API",
            "request": "launch",
            "type": "chrome",
            "url": "http://localhost:3000",
            "webRoot": "${workspaceFolder}/{{lambdaFunctionName}}/HelloWorldFunction",
            "preLaunchTask": "sam: start api"
        },
    ]
}
