kindofbeard
Results
2
comments of
kindofbeard
Just ran into this problem, it seems to happen when two conditions are met: - you run the `sls invoke local` command via a debugger (Vscode in my case), and:...
Well yes I confirm, the following config "just works" for me right now: ` { "type": "node", "request": "launch", "name": "Test running lambda sls", "program": "${workspaceFolder}/node_modules/.bin/sls", "args": [ "invoke", "local",...