Was trynna run the code. I had the AttributesToGet covered in my code. Still I am getting this error.
TypeError: Cannot read property 'Items' of null at Response.<anonymous> (node_modules/dyno-to-csv/lib/node-dyno-to-csv.js:23:25) at Request.<anonymous> (node_modules/aws-sdk/lib/request.js:364:18) at Request.callListeners (node_modules/aws-sdk/lib/sequential_executor.js:105:20)
I find the below code in your 23rd line of node-dyno-to-csv.js
if (typeof data.Items !== "undefined") { output = output.concat(data.Items); }
Was trynna run the code. I had the AttributesToGet covered in my code. Still I am getting this error.
TypeError: Cannot read property 'Items' of null at Response.<anonymous> (node_modules/dyno-to-csv/lib/node-dyno-to-csv.js:23:25) at Request.<anonymous> (node_modules/aws-sdk/lib/request.js:364:18) at Request.callListeners (node_modules/aws-sdk/lib/sequential_executor.js:105:20)I find the below code in your 23rd line of node-dyno-to-csv.js
if (typeof data.Items !== "undefined") { output = output.concat(data.Items); }