Mapping multiple values for x-amazon-apigateway-integration.requestParameters for a single key?

耗尽温柔 提交于 2020-06-17 14:15:06

问题


I'm trying to create a new API on Amazon API gateway but for my use-case I want to concatenate 2 values for a single key in request parameters. How can we specify multiple values for a single key in integration.requestParameters?

This is what I'm trying to achieve but the syntax is not correct and it's giving me error:

For one to one mapping we use something like this

integration.request.querystring.start: "method.request.querystring.oauth_code"

Documentation link

来源:https://stackoverflow.com/questions/61962322/mapping-multiple-values-for-x-amazon-apigateway-integration-requestparameters-fo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!