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.

9 lines (6 loc) 203 B
/* * Lambda function used to check that Error objects are converted into JSON. */ exports.handler = function(event, context, callback) { callback(new Error("Failed for an unknown reason !")); };