Custom authorizer data with Amazon.Lambda.AspNetCoreServer
问题 Having worked extensively with Node.js in the past, we are currently investigating ASP.NET Core as an alternative Lambda platform. In the past, our API Gateway-fronted services relied on a custom authorizer, which authenticated the user and retrieved a list of resource-based permission policies from our company's IAM service. The authorizer attaches that list to the authContext key. Our services would integrate with API Gateway via Lambda Proxy and extract the principal object from the raw