Currently in my team's web app, we pass access tokens in a header called Auth: 'dfdfdf...'. We use AWS Lambda and a token authorizer to access our API gateway resources.
There is also a different type of bearer token header: Authorization: Bearer : Sending Authorization Token Bearer through Javascript
Is the difference only proprietary/naming, or is Amazon's token authorizer functionally different from the bearer token pattern?