Skip to content

Commit

Permalink
Create api-gateway.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agarner-dng authored Jan 30, 2025
1 parent 2b05b92 commit 4bbbedb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/aws/api-gateway.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# API Gateway

## Lambda Authorizers

Lambda Authorizers can be configured with Identity Sources, which are effectively mandatory inputs. They can be query string params, HTTP request headers, etc. API Gateway will reject requests with a 401 response if a request does not contain the mandatory Identity Sources. To use a lambda authorizer which uses one or another method of authentication, specify a blank list for the Identity Sources instead.

See <https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html>

0 comments on commit 4bbbedb

Please sign in to comment.