@aws-cdk_aws-apigatewayv2-alpha.HttpIntegrationType

enum HttpIntegrationType ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Alpha.HttpIntegrationType
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#HttpIntegrationType
Javasoftware.amazon.awscdk.services.apigatewayv2.alpha.HttpIntegrationType
Pythonaws_cdk.aws_apigatewayv2_alpha.HttpIntegrationType
TypeScript (source)@aws-cdk/aws-apigatewayv2-alpha ยป HttpIntegrationType

Supported integration types.

Members

NameDescription
HTTP_PROXY ๐Ÿ”นIntegration type is an HTTP proxy.
AWS_PROXY ๐Ÿ”นIntegration type is an AWS proxy.

HTTP_PROXY ๐Ÿ”น

Integration type is an HTTP proxy.

For integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration. For HTTP API private integrations, use an HTTP_PROXY integration.

See also: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-http.html


AWS_PROXY ๐Ÿ”น

Integration type is an AWS proxy.

For integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.

See also: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html