Is there a way to have insecure HTTP request (no HTTPS) to lambda? I can't use API Gateway because it uses just https, I can't use Load Balancer beacause it lets just 1 MB and I have a body request of 3 MB. Is there a tool of AWS or other services to do it?
Asked
Active
Viewed 156 times
0
-
2Out of curiosity: what's the problem with using API Gateway via HTTPS? – deceze Aug 02 '21 at 08:05
-
https://aws.amazon.com/blogs/architecture/understanding-the-different-ways-to-invoke-lambda-functions/ – Yair Nevet Aug 02 '21 at 08:40
-
https://stackoverflow.com/a/44901263/10692493 – jellycsc Aug 02 '21 at 15:26