Develop & Deploy Serverless App Lesson 5 Authentication: Implementing A Custom Authorizer
yt link
A custom authorizer is a Lambda function that is executed before processing a request. Custom authorizer returns an IAM policy that defines what Lambda functions can be called by a sender of a request.
Notice, that the result of a custom auth...
philipdevblog.hashnode.dev1 min read