API Gateway Responses and Handling Authorizer Responses
Intro
I have added a token-based Lambda Authorizer for all my backend services deployed on API Gateway. I wanted the user to be signed out if the authorizer responds with a 401 (Unauthorized) or 403 (Access Denied) error.
This is how my code looked l...
blogs.pranavbobde.tech2 min read