This repo is now deprecated, and we are no longer maintaining it. v1.38.0 of the framework now includes built-in support for websockets. Please check the docs for more info
Install the plugin by adding it to your service dependencies:
npm i serverless-websockets-plugin --save
Note: Because this plugin uses the new ApiGatewayV2
service in the AWS SDK, it requires v1.35.0+ of the Serverless Framework.
Load the serverless-websockets-plugin
, then optionally provide a new API name and Route Selection Expression, and finally define your WebSockets events and their route keys:
service: serverless-websockets-service # Load the plugin plugins: - serverless-websockets-plugin provider: name: aws runtime: nodejs8.10 # Optional websocketApiName: foobar websocketApiRouteSelectionExpression: $request.body.action functions: connectionManagement: handler: handler.connectionManagement events: - websocket: routeKey: $connect - websocket: routeKey: $disconnect defaultMessage: handler: handler.default events: - websocket: routeKey: $default chatMessage: handler: handler.chat events: - websocket: routeKey: message twoWayMessage: handler: handler.twoWay events: - websocket: routeKey: twoway # The property below will enable an integration response in the API Gateway. # See https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-route-response.html routeResponseSelectionExpression: $default
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4