Skip to content

Instantly share code, notes, and snippets.

@lastday154
Created June 1, 2018 04:20
Show Gist options
  • Select an option

  • Save lastday154/734c664260560b7dba0d791aba41f43c to your computer and use it in GitHub Desktop.

Select an option

Save lastday154/734c664260560b7dba0d791aba41f43c to your computer and use it in GitHub Desktop.
debug lambda vscode
- package.json
"scripts": {
"start": "./node_modules/.bin/serverless offline -s dev",
"debug": "export SLS_DEBUG=* && node --inspect ./node_modules/.bin/serverless offline -s dev",
"test": "mocha"
},
- serverless.yml
plugins:
- serverless-offline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment