Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. /**
  2.  
  3. Setup `lambda.handler` as handler is the Lambda configuration
  4.  
  5. */
  6.  
  7. const skill = require('./skill');
  8.  
  9. module.exports.handler = skill.lambda();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement