将 HTTP 与 AWS API 网关和服务代理结合使用
Using HTTP with AWS API Gateway and Service Proxy
我似乎被迫将 HTTPS 与 AWS API 网关一起使用。我只托管不需要 https 的非敏感 GET 请求。
如何设置 HTTP GET 方法?
我正在使用自定义域名并指向 DynamoDB。
根据常见问题解答,这是不可能的:
[A]ll of the APIs created with Amazon API Gateway expose HTTPS endpoints only. Amazon API Gateway does not support unencrypted (HTTP) endpoints.
我似乎被迫将 HTTPS 与 AWS API 网关一起使用。我只托管不需要 https 的非敏感 GET 请求。
如何设置 HTTP GET 方法?
我正在使用自定义域名并指向 DynamoDB。
根据常见问题解答,这是不可能的:
[A]ll of the APIs created with Amazon API Gateway expose HTTPS endpoints only. Amazon API Gateway does not support unencrypted (HTTP) endpoints.