how to add authorizer for a aws serverless nodejs application
I have created the nodejs rest api using serverless framework. The application is very similar to the below template. I have created a custom authentication as a separate service i want include that authorizer in this application. I am getting syntax error and I am not able to find example on how to use authorizer while working with httpApi