From 861dec8b2941c4d4312a11cbdf7889dab04386fa Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Wed, 21 Feb 2024 02:52:30 +0200 Subject: [PATCH] Update awscdk.w --- websockets/platform/awscdk.w | 2 -- 1 file changed, 2 deletions(-) diff --git a/websockets/platform/awscdk.w b/websockets/platform/awscdk.w index cca4c27d..b7e3e0f2 100644 --- a/websockets/platform/awscdk.w +++ b/websockets/platform/awscdk.w @@ -108,8 +108,6 @@ pub class WebSocket_awscdk impl awsapi.IAwsWebSocket { this.addRoute(onMessageFunction, routeKey); } - pub initialize() {} - pub addRoute(handler: cloud.Function, routeKey: str): void { if let lambda = aws.Function.from(handler) { let functionArn = lambda.functionArn;