Created
June 1, 2018 04:20
-
-
Save lastday154/734c664260560b7dba0d791aba41f43c to your computer and use it in GitHub Desktop.
debug lambda vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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