在这个问题How to pass a querystring or route parameter to AWS Lambda from Amazon API Gateway
它显示了如何使用API网关将查询字符串参数映射到AWS lambda。但是,我想将一个变量内部的查询字符串传递给lambda
例如: /api/index&sample=index.php <---我希望将此存储在'url'
www.sample.com/prod?url= /api/index&sample=index.php <---像这样
但“ url”仅返回/ api / index
sample = index.php被视为另一个变量。
我在映射模板上使用了application / json
__init__
您如何执行此操作。请事先帮助谢谢