Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 276 Bytes

installation.md

File metadata and controls

8 lines (5 loc) · 276 Bytes

Installation

Install via npm.

npm install lambda-tester --save-dev

Note: Make sure you are using the correct version of Node.js. lambda-tester by default will throw an exception if the version of node is not 6.10.x, which is the version supported by AWS Lambda.