diff --git a/packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/websocket/lambda.ts b/packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/websocket/lambda.ts index c9f0fb71a5832..3ae153e63ec79 100644 --- a/packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/websocket/lambda.ts +++ b/packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/websocket/lambda.ts @@ -74,7 +74,6 @@ export class WebSocketLambdaIntegration extends WebSocketRouteIntegration { type: WebSocketIntegrationType.AWS_PROXY, uri: integrationUri, timeout: this.props.timeout, - contentHandling: this.props.contentHandling, }; }