Guest User

Untitled

a guest
Mar 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "node",
  6. "request": "launch",
  7. "name": "Launch Program",
  8. "program": "${workspaceFolder}/node_modules/.bin/lambda-local",
  9. "args": [
  10. "-l",
  11. "index.js",
  12. "-h",
  13. "handler",
  14. "-e",
  15. "event.json"
  16. ]
  17. }
  18. ]
  19. }
Add Comment
Please, Sign In to add comment