websockets-on-aws icon indicating copy to clipboard operation
websockets-on-aws copied to clipboard

Example of using WebSockets with API Gateway on AWS

Results 1 websockets-on-aws issues
Sort by recently updated
recently updated
newest added

Minor correction: lambda.js, line 23 ` console.log(' Received message:', event.requestContext.body)` should be replaced with: `console.log(' Received message:', event.body) ` This will help us navigate the tree correctly and retrieve the...