I am looking at building a Chabot with Lex. My existing app is a Chrome extension and is very aws centric (thus lex). I need to have this work in a Chrome extension or at least in a content script interfacing with an extension. For this app I can’t really use Facebook or another app container. So I was planning on learning react.js to write the container actually in the extension’s popup. I will need to keep a transcript of the interaction and send it to my database. I have data about each user that I will use to customize the conversation for that user. This the server is leading to conversation.
Any recommendations on the combo of tools?