requestParameters returning “Invalid mapping expression specified: true”
问题 I'm configuring a lambda function's API gateway integration with the Serverless Framework version 0.4.2. My problem is with defining an endpoint's request parameters. The AWS docs for API gateway entry says: requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must