[amazon-web-services] How to pass a querystring or route parameter to AWS Lambda from Amazon API Gateway

The way that works for me is to

  1. Go to Integration Request
  2. click URL Query String Parameters
  3. click Add query string
  4. in name field put the query name, which is "name" here
  5. in Mapped From field, put "method.request.querystring.name"