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

PutItem callback fires 'undefined' on success #41

Open
eshao opened this issue Oct 25, 2012 · 1 comment
Open

PutItem callback fires 'undefined' on success #41

eshao opened this issue Oct 25, 2012 · 1 comment

Comments

@eshao
Copy link

eshao commented Oct 25, 2012

Currently, when executing a:

ddb.putItem(tableName, item, {}, function(err,res,cap) {
  if (err) console.log(err)
  console.log(res)
}

results in 'undefined'. Same bug in jed's dynamo -- might be linked to UpdateItem no longer returning any attributes.

@thomasMary
Copy link

Same thing here. What's the conclusion ? Is it the expected result ?
Thanks

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

2 participants