Skip to content

Commit

Permalink
Update awscdk.w
Browse files Browse the repository at this point in the history
  • Loading branch information
ekeren authored Feb 21, 2024
1 parent ffe319c commit 861dec8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions websockets/platform/awscdk.w
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 861dec8

Please sign in to comment.