Serverless authorizer request does not provide methodArn, or any information about the calling lambda – Amazon Web Sevices
I am having issues getting the methodArn from a request object in an authorizer lambda I have defined. I am using serverless with golang. Here is a redacted setup of the code that I have. main.go - the authorizer handler…