Issue with Passing Query String Parameters to AWS API Gateway and Lambda Function
I’m having trouble passing query string parameters to my AWS API Gateway and getting them processed correctly by my Lambda function. Despite following several tutorials and guides, my Lambda function consistently returns an error indicating that the official_name parameter is missing.