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

minor code correction

Open ramanraja opened this issue 4 years ago • 0 comments

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.

ramanraja avatar Sep 12 '21 18:09 ramanraja