serverless-chat icon indicating copy to clipboard operation
serverless-chat copied to clipboard

Abusing AWS IOT Gateway to create a serverless chat system

Results 2 serverless-chat issues
Sort by recently updated
recently updated
newest added

The deploy.sh script uses --region eu-west-1 hardcoded in the iot describe-endpoint command. The result is the endpoint is constructed against that region and the lambda and index.js are misconfigured if...

What are you thoughts on sender info? I mean you could send info, e.g name, userID, as part of message payload but never trust the client. What other alternatives even...