API Gateway HTTP APIs - Amazon API Gateway (original) (raw)
REST APIs and HTTP APIs are both RESTful API products. REST APIs support more features than HTTP APIs, while HTTP APIs are designed with minimal features so that they can be offered at a lower price. For more information, see Choose between REST APIs and HTTP APIs.
You can use HTTP APIs to send requests to AWS Lambda functions or to any routable HTTP endpoint. For example, you can create an HTTP API that integrates with a Lambda function on the backend. When a client calls your API, API Gateway sends the request to the Lambda function and returns the function's response to the client.
HTTP APIs support OpenID Connect andOAuth 2.0 authorization. They come with built-in support for cross-origin resource sharing (CORS) and automatic deployments.
You can create HTTP APIs by using the AWS Management Console, the AWS CLI, APIs, AWS CloudFormation, or SDKs.
Topics
- Develop HTTP APIs in API Gateway
- Publish HTTP APIs for customers to invoke
- Protect your HTTP APIs in API Gateway
- Monitor HTTP APIs in API Gateway
- Troubleshooting issues with HTTP APIs in API Gateway
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.