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.

13 lines (9 loc) 221 B
/* * Copyright (c) 2018. Taimos GmbH http://www.taimos.de */ /* * Lambda function used for basic test. */ exports.handler = async function(event, context) { return {"result": event.key, "context": context}; };