Skip to content

Commit f50b2ab

Browse files
Chris BrandSkippyZA
Chris Brand
authored andcommitted
Expose abstract handler in module index (#20)
1 parent 1209f53 commit f50b2ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.2.0",
2+
"version": "4.3.0",
33
"name": "lambda-lib",
44
"description": "Decorators and tools for AWS Lambda",
55
"keywords": [

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export { default as Enums } from './enums'
55
export { default as ApiGatewayResponse } from './api-gateway-response'
66

77
export { default as HandlerController } from './handler-controller'
8+
export { default as AbstractHandler } from './handlers/abstract-handler'
89
export { default as ApiGateway } from './handlers/api-gateway'
910
export { default as Lambda } from './handlers/lambda'

0 commit comments

Comments
 (0)