

# Create integrations for HTTP APIs in API Gateway
<a name="http-api-develop-integrations"></a>

*Integrations* connect a route to backend resources. HTTP APIs support Lambda proxy, AWS service, and HTTP proxy integrations. For example, you can configure a `POST` request to the `/signup` route of your API to integrate with a Lambda function that handles signing up customers.

**Topics**
+ [Create AWS Lambda proxy integrations for HTTP APIs in API Gateway](http-api-develop-integrations-lambda.md)
+ [Create HTTP proxy integrations for HTTP APIs](http-api-develop-integrations-http.md)
+ [Create AWS service integrations for HTTP APIs in API Gateway](http-api-develop-integrations-aws-services.md)
+ [Create private integrations for HTTP APIs in API Gateway](http-api-develop-integrations-private.md)