Skip to content

Commit

Permalink
Cite bref/api-gateway-websocket-client in the websockets docs page
Browse files Browse the repository at this point in the history
bref/api-gateway-websocket-client is not cited in either the websockets documentation or the Serverless Visually Explained websockets documentation (and there the namespace is also not updated)
  • Loading branch information
andrea-cristaudo authored Nov 1, 2023
1 parent 2130960 commit 0836d22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/use-cases/websockets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

<Callout>
Expand Down

0 comments on commit 0836d22

Please sign in to comment.