Exposing HTTP API Gateway Via AWS CloudFront

Vimal Paliwal
The Startup
Published in
6 min readJul 19, 2020

--

AWS has saved a lot of money for their customers who were looking for a simple proxy to expose serverless application by releasing HTTP API Gateway. If you are NOT looking for features like request/response transformation, Lambda authorizer, request parameters/body validation, request forwarding to other AWS services and such other advanced features then HTTP API is the best choice instead of REST API. A…

--

--