def denyAllMethods()

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


    def denyAllMethods(self):
        """Adds a '*' allow to the policy to deny access to all methods of an API"""
        self._addMethod("Deny", HttpVerb.ALL, "*", [])