UNPKG
lambdaw
Version:
latest (1.0.7)
1.0.7
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Group of Helpers for Common AWS Lamdba uses Edit
github.com/Negan1911/lambda-ch
Negan1911/lambdaw
lambdaw
/
index.js
8 lines
(6 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
ApiGateway
=
require
(
'./apigateway/index'
)
const
Lex
=
require
(
'./lex/index'
)
module
.
exports
= {
ApiGateway
,
Lex
}