I am configuring API gateway using CDK and I am struggling with URL Query String Parameters in GET Method Request. I could find examples for the integration request but nothing for the Method request.
These are my URL Query String Parameters defined using console, my question is how do I replicate this in TypeScript using CDK?
I have checked the CDK documentation hoping to find the implementation. I was expecting that it could be under MethodOptions interface but there is nothing useful for my case.