websockets-on-aws
websockets-on-aws copied to clipboard
minor code correction
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 message body.