UNPKG
lambda-bundler
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
Utility to deploy lambda functions to AWS from the command line
lambda-bundler
/
src
/
index.js
6 lines
(4 loc)
•
62 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
= {
handler
:
require
(
'./'
) };