Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit ded5037

Browse files
committed
Updated index exports
1 parent 0e8d0af commit ded5037

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.js

+10-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,17 @@ const Wave = {
9090
RequestBodyValidator: require('./lib/validator/request-body-validator'),
9191

9292
/**
93-
* Handler
93+
* Handlers
9494
*/
95-
AbstractRequestHandler: require('./lib/handler/abstract-request-handler')
95+
AbstractRequestHandler : require('./lib/handler/abstract-request-handler'),
96+
AbstractAPIGatewayAuthorizer: require('./lib/auth/abstract-api-gateway-authorizer'),
97+
98+
/**
99+
* Utils
100+
*/
101+
AuthPolicyBuilder: require('./lib/auth/auth-policy-builder'),
102+
PolicyEffect : require('./lib/auth/policy-effect'),
103+
Arn : require('./lib/utils/arn')
96104
}
97105

98106
module.exports = Wave;

0 commit comments

Comments
 (0)