HTTP API
Understand HTTP API and its comparison with the REST API.
We'll cover the following...
HTTP vs. REST API
HTTP APIs in the AWS API Gateway started as an alternative to the REST API. A cheaper, faster alternative with reduced functionality. Initially, it allowed only Lambda functions and external HTTP integration.
Over the years, it has gathered a lot of functionality and is popular in serverless deployments. If we don’t plan to use the REST API functionality, we should use the HTTP API. Better ...