UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 477 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.WebSocketMockIntegration=void 0;var aws_apigatewayv2_1=()=>{var tmp=require("../../../aws-apigatewayv2");return aws_apigatewayv2_1=()=>tmp,tmp};class WebSocketMockIntegration extends aws_apigatewayv2_1().WebSocketRouteIntegration{constructor(id){super(id)}bind(options){return{type:aws_apigatewayv2_1().WebSocketIntegrationType.MOCK,uri:""}}}exports.WebSocketMockIntegration=WebSocketMockIntegration;