numo-labs / aws-lambda-helper

:lollipop: Collection of helper methods for lambda
GNU General Public License v3.0
22 stars 2 forks source link

Publish SNS events when passing search results to websocket server #47

Closed lennym closed 8 years ago

lennym commented 8 years ago

It is intended to refactor the flow of search results back to the client by passing through redis pubsub to ensure that events are received by the socket server instance that the browser client is connected to. In order to commence this search results will be passed via SNS to a lambda pushing them to redis pubsub.

Once the websocket server is correctly reading search results from redis the direct http POST will be removed.

nelsonic commented 8 years ago

Looks good. But we will need some functional tests... merging for now so we can start using it. 👍