samtsc
Version:
This project was put together to make working with the AWS SAM framework easier for developers. It simplifies working with the SAM framework, using real-time updates to lambda functions, layers and resources. This is done by **samtsc** connecting to the
20 lines • 690 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"runtimeExecutable": "node",
"program": "${workspaceFolder}/src/index.js",
"args": ["--skip-init-deploy", "--environment", "prod"],
"cwd": "C:\\src\\nucleus\\billing-integration",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
}
]
}