在API方法的URL Query String Parameters
部分设置Integration Request
时,看起来我有the following options
method.request.{path|querystring|header}.{var-name}
即使是API网关allows complex mappings on the body via VTL,它看起来像querystring, header, and path variables do not have this option。
我的具体用例是,我想用prefix
填充'read'+method.request.path.folder
的{{1}}查询参数,因此所有GET
请求都以前缀开头(用户不必指定该前缀)。
我有没有办法使用API网关实现这一目标?