aws-samples / simple-websockets-chat-app

This SAM application provides the Lambda functions, DynamoDB table, and roles to allow you to build a simple chat application based on API Gateway's new WebSocket-based API feature.
MIT No Attribution
682 stars 280 forks source link

add example to README as AWS blog example is out of date #21

Closed tomellis closed 5 years ago

tomellis commented 5 years ago

Issue #, if available:

As mentioned in comment 1) of #19 the example: {"action":"sendmessage", "data":"hello world"} should now be: {"message":"sendmessage", "data":"hello world"}

Aside to updating the public blog post, this fix adds the correct example to the README.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.