We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1209f53 commit f50b2abCopy full SHA for f50b2ab
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "4.2.0",
+ "version": "4.3.0",
3
"name": "lambda-lib",
4
"description": "Decorators and tools for AWS Lambda",
5
"keywords": [
src/index.js
@@ -5,5 +5,6 @@ export { default as Enums } from './enums'
export { default as ApiGatewayResponse } from './api-gateway-response'
6
7
export { default as HandlerController } from './handler-controller'
8
+export { default as AbstractHandler } from './handlers/abstract-handler'
9
export { default as ApiGateway } from './handlers/api-gateway'
10
export { default as Lambda } from './handlers/lambda'
0 commit comments