I have a Lambda function proxied by API Gateway. However, API Gateway only expose https and not http.From my research i found out that API Gateway doesn’t accept http.
So my question is how to translate http client calls to https and send to api gateway?