I created a GET Method on a resource, linked to a Lambda function, and I'm trying to pass through some query parameters.
For example:
GET https://xyz.execute-api.us-east-1.amazonaws.com/prod/myresources?page=123
I would like page
to be passed in to the lambda event
variable