1.0.10 • Published 9 years ago
lk-lambda-deploy v1.0.10
Lk lambda deploy
Conventions to follow
- Source code goes into
src/ - Source code is compiled by babel
- The function entry point is the
handlerfunction exported insrc/index.js - Dependencies must be listed in
package.json