A .csv file is stored in AWS S3. I want to access it through Lambda function coded in NodeJs.
If there are 3 columns in .csv file, and the user gives the values of 2 attributes, then the alexa should return the value of 3rd attribute. The lambda function should search .csv file in S3 and return the required value from the row.
Please help.
A sample NodeJs code would help.