예제 #1
0
 public APIGatewayCustomAuthorizerResponse Authorizer(APIGatewayCustomAuthorizerRequest request, ILambdaContext context)
 {
     return(_authorizeApi.Execute(request));
 }