lk-lambda-deploy
v1.0.10
Published
Deploy lambda functions
Downloads
3
Readme
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