Custom AWS Lambda Authorizer in Serverless Stack
API Gateway provides a feature called Authorizers to help isolate your auth logic from the business logic in your application.
What is an Authorizer
An Authorizer is a function that is executed before your main function, and has the responsibility of...
phillcode.io5 min read
Liza
Full-stack whatever
Great post! It's like a missing piece in the SST docs. Thanks for the straightforward walkthrough of the implementation.