UNPKG

lambda-bundler

Version:

Utility to deploy lambda functions to AWS from the command line

6 lines (4 loc) 62 B
'use strict'; module.exports = { handler: require('./') };