--

The "Token Source" in the API Gateway Authorizer configurations specifies the header name which we'll be sending the token. Inside the Lambda Authorizer that token is accessed using "authorizationToken" property. No matter what name you set to the "Token Source" property, the value of the token will be set internally into the "authorizationToken" from within the Lambda Authorizer function.

--

--