Lk lambda deploy
Conventions to follow
- Source code goes into
src/
- Source code is compiled by babel
- The function entry point is the
handler
function exported insrc/index.js
- Dependencies must be listed in
package.json
src/
handler
function exported in src/index.js
package.json
npm i lk-lambda-deploy
21
1.0.10
Apache-2.0