Custom Authoriser not called by AWS API Gateway

441 views Asked by At

My Flask app users Facebook OAuth 2 for authorization and is deployed on API Gateway and Lambda with Zappa. The app needs to request an authorizer token and I think I need to use a custom authorizer for this as the normal lambda cannot make external requests. I have setup the resource and linked it to the custom authorizer and that to my authorizer lambda, but I am getting an error and the lambda authorizer does not appear to have been called. What am I doing wrong?

Thanks

https://s3-eu-west-1.amazonaws.com/aws-api-gateway-support/endpoint+error.png

https://s3-eu-west-1.amazonaws.com/aws-api-gateway-support/no+events+in+lambda+monitoring.png

https://s3-eu-west-1.amazonaws.com/aws-api-gateway-support/custom+autorizer.png

https://s3-eu-west-1.amazonaws.com/aws-api-gateway-support/api+gateway+resource+setup.png

0

There are 0 answers