Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected key \'Limit\' found in params #4

Closed
adamsiemion opened this issue Jun 19, 2014 · 3 comments
Closed

Unexpected key \'Limit\' found in params #4

adamsiemion opened this issue Jun 19, 2014 · 3 comments

Comments

@adamsiemion
Copy link

node dynamoDBtoCSV.js -d -t my_table

config.json:

{
    "accessKeyId": "XXXXX",
    "secretAccessKey": "XXX",
    "region": "us"
}

fails with:

{ [UnexpectedParameter: Unexpected key 'Limit' found in params]
  message: 'Unexpected key \'Limit\' found in params',
  code: 'UnexpectedParameter',
  time: Thu Jun 19 2014 12:19:10 GMT+0200 (CEST) }
@adamsiemion
Copy link
Author

Ok, the region was incorrect, should be us-east-1.

@wdarsono
Copy link

Hi Erik,
Thanks for the respond.
The region is correct and I think the location of config.json is also correct.

I managed to get output.csv file using the following command:
node dynamoDBtoCSV.js -t table1 > output.csv

However, I still got the same error message to get info about the table, using for the following command:
node dynamoDBtoCSV.js -t table1 -d

Thanks and best regards,
Willie

@edasque
Copy link
Owner

edasque commented Nov 10, 2014

Just committed code to fix #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants