我创建了 C# Lambda 函数,并将其附加到 API网关。 部署API后,我将其导出到 POSTMAN 。 但是每次我尝试使用 POSTMAN 来访问 API网关时,都会收到错误消息:
> There was an error connecting to https:myAPIgatewaypath.
>
> Why this might have happened: The server couldn't send a response:
> Ensure that the backend is working properly Self-signed SSL
> certificates are being blocked: Fix this by turning off 'SSL
> certificate verification' in Settings > General Proxy configured
> incorrectly Ensure that proxy is configured correctly in Settings >
> Proxy Request timeout: Change request timeout in Settings > General
有人对此有想法吗?