当我尝试代理到另一个URL时,AWS API网关HTTP代理集成返回以下错误。Thu Jul 04 13:34:51 UTC 2019 : Sending request to https://api.example.com/{proxy}
Thu Jul 04 13:34:512019 : Execution failed due to configuration error: Illegal character in path at index 38: https://api.examp
我在寻找如何通过云开发工具包(CDK)在API网关上为“集成请求”创建"URL查询字符串参数“的示例时遇到问题。我发现的大多数示例都是针对lambda的(我不需要这个),而不是REST (我需要这个),甚至那些都没有涵盖集成请求。 我正在通过aws-apigateway.SpecRestAPI创建api定义。const api = new apiGateway.SpecRestApi(this, 'my-api', {