Skip to content

Instantly share code, notes, and snippets.

@spolat
Created August 13, 2019 20:27
Show Gist options
  • Save spolat/fdb2654ece2bd34e5ad817be3382bf1c to your computer and use it in GitHub Desktop.
Save spolat/fdb2654ece2bd34e5ad817be3382bf1c to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to SAM CLI",
"type": "node",
"request": "attach",
"address": "localhost",
"port": 9999,
"localRoot": "${workspaceRoot}",
"remoteRoot": "/var/task",
"protocol": "inspector",
"stopOnEntry": false,
"timeout": 3000000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment