How to validate API Key in AWS Lambda function
问题 I have read quite a few articles like this one and it looks like currently in AWS API Gateway you cannot send API Key in query string. We also have few legacy clients that will need passing api-key in query string. So i thought of two options 1>Create lambda function as Integration Type and validate API in key inside function handler. But i am not able to figure out how to validate it against keys in aws. Something like public async Task<JObject> FunctionHandler(JObject request,