Hacker News new | ask | show | jobs
by aaronkrolik 3807 days ago
not open source, but I pretty quickly built a version of this a few months ago.

The chat box submits to a lambda which puts the message on SQS. App consumes sqs and puts in DB (for durable storage) and posts to slack room. Responses are then sent via pusher back to the chat box (a react component)