Skip to content

lk-architecture/lk-lambda-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Dependency Status devDependency Status

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 in src/index.js
  • Dependencies must be listed in package.json