UNPKG

@erikmuir/lambda-authorizer

Version:

AWS API Gateway Custom Lambda Authorizer for NodeJS

9 lines (7 loc) 172 B
const version = '2012-10-17'; module.exports = class PolicyDocument { constructor(statements) { this.Version = version; this.Statement = statements || []; } }