AWS API Gateway: Using Lambda Authorizors
How to enable an Amazon API Gateway Lambda authorizer to authenticate API requests so that you can put some kind of an authentication mechanism around a Lambda, which could be something like a Vault token passed with the Bearer
type of the Authorization
header.