AWS Compute Blog
Tag: authorization
Using Enhanced Request Authorizers in HAQM API Gateway
Recently, AWS introduced a new type of authorizer in HAQM API Gateway, enhanced request authorizers. Previously, custom authorizers received only the bearer token included in the request and the ARN of the API Gateway method being called. Enhanced request authorizers receive all of the headers, query string, and path parameters as well as the request […]
Introducing custom authorizers in HAQM API Gateway
Today HAQM API Gateway is launching custom request authorizers. With custom request authorizers, developers can authorize their APIs using bearer token authorization strategies, such as OAuth using an AWS Lambda function. For each incoming request, API Gateway verifies whether a custom authorizer is configured, and if so, API Gateway calls the Lambda function with the […]