Alex Song

Results 1 issues of Alex Song

According to the policy [docs](https://github.com/openwhisk/apigateway/blob/develop/doc/policies.md#reqmapping), to transform all query parameters to body, you would put this in policies: ``` { "action": "transform", "from": { "name": "*", "location": "query" }, "to":...

bug