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