AWS Event ExamplesAPI Gateway AuthorizerOn this pageAPI Gateway AuthorizercautionThis page is a work in progress. If you want to help us to make this page better, please consider contributing on GitHub.AWS DocumentationWorking with AWS Lambda authorizers for HTTP APIsInput to an Amazon API Gateway Lambda authorizerExampleimport middy from '@middy/core'export const handler = middy().handler((event, context, { signal }) => { // ...})