This repository will provide you the lambda functions which are needed for AWS lex intent creation. For each function written in the handler.js file, a corresponding intent with slot values has to be created in the AWS lex interface.For the API used for retrieving movie information, I have used The Movie DB webstie(https://www.themoviedb.org/). For better understanding, you can follow this series of three video tutorials, which I used for basic learning.
- Node.JS
- REST API
- JSON
- TypeScript
- Amazon AWS LEX
- Serverless
- Angular.JS
- HTML
- SCSS
- CSS
First clone the respository to you personal computer
git clone https://github.com/Tarannu/Movie-Recommendation-Chatbot-Using-AWS-Lex.git
Then follow the following tutorial to understand how to use our code to manupulate movieDB.API to create a chatbot web application hosted in AMAZON AWS.
- YouTube - Tutorial