Deploy lambda functions
npm install lk-lambda-deploy


* Source code goes into src/
* Source code is compiled by babel
* The function entry point is the handler function exported in src/index.js
* Dependencies must be listed in package.json