def allowAllMethods()

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


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