UNPKG

reviews-analysis

Version:

Analyse public vehicle reviews via ML (Aylien) and save the data into a Document Store (Mongo). Supports Classifications and Document and Aspect level Sentiment Analysis.

10 lines (7 loc) 190 B
/* * Lambda function used for basic test. */ exports.handler = function(event, context) { var answer = {"result": event.key, "context": context}; context.done(null, answer); };