Aws lambda 从Postman调用与API网关集成的C#Lambda函数

Aws lambda 从Postman调用与API网关集成的C#Lambda函数,aws-lambda,postman,Aws Lambda,Postman,我创建了一个C#Lambda函数,并将其连接到一个API网关。 部署API后,我将其导出到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 back

我创建了一个C#Lambda函数,并将其连接到一个API网关。 部署API后,我将其导出到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
有人对此有想法吗