diff --git a/docs/use-cases/websockets.mdx b/docs/use-cases/websockets.mdx index 0ecdbdcc5..42f1f1b82 100644 --- a/docs/use-cases/websockets.mdx +++ b/docs/use-cases/websockets.mdx @@ -38,6 +38,8 @@ class MyHandler extends WebsocketHandler } ``` +To send a message to a client connected you can use [bref/api-gateway-websocket-client library](https://github.com/brefphp/api-gateway-websocket-client) to make an http request to the endpoint provided by AWS. + Learn more about using WebSockets in `serverless.yml` [in the Serverless Framework documentation](https://www.serverless.com/framework/docs/providers/aws/events/websocket/).