def __init__()

in scripts/Authorizer/lambda_function.py [0:0]


    def __init__(self, principal, awsAccountId):
        self.awsAccountId = awsAccountId
        self.principalId = principal
        self.allowMethods = []
        self.denyMethods = []