Closed indapublic closed 10 years ago
I don't really have an environment to test this anymore but I am guessing the aws-sdk method signatures changed in 2.0 and we might require a pre-2.0 version? I would try installing a previous version, if I were you.
Yeah, problem is solved by changing
var dynamoDB = new AWS.DynamoDB.Client();
to
var dynamoDB = new AWS.DynamoDB();
Feel free to submit a PR for this change?
CentOS 6.5 64-bit. All pre-requisites installed.