aws-lambda-ws-server icon indicating copy to clipboard operation
aws-lambda-ws-server copied to clipboard

aws lambda websocket server.

Results 6 aws-lambda-ws-server issues
Sort by recently updated
recently updated
newest added

Please upgrade `ws` dependency per security vulnerability https://github.com/advisories/GHSA-6fc8-4gx4-v693 Basically update `aws-lambda-ws-server/packages/aws-lambda-ws-server/package.json` dependency of `ws` to `>= 7.4.6`. `npm audit fix --force` _**downgrades**_ aws-lambda-ws-server ! Thanks

Would be great to have a .d.ts file provided :)

Hi, I'm trying to use your ws server for a project where I have a custom domain name attached to the API Gateway. In aws-post-to-connection, an aws4 signed URL is...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

How would this server work with the WebSockets example shown here: https://github.com/aws-samples/simple-websockets-chat-app ? Not really sure how to run the server with this application locally.

Hi, I'm using this lib with yjs and ran into an error when I saw it was trying to parse the binary message to JSON in local.js. It also tries...