Secure AWS API Gateway Endpoints Using Custom Authorizers
https://auth0.com/docs/customize/integrations/aws/aws-api-gateway-custom-authorizers
Use API Gateway's custom request authorizers to authorize your APIs using bearer token authorization strategies, such as OAuth 2.0 or SAML. For each incoming request, the following happens: API Gateway checks for a properly-configured custom authorizer. API Gateway calls the custom authorizer (which is a Lambda function) with the authorization ...
DA: 24 PA: 21 MOZ Rank: 57