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

Error in Dynamodb.js #40

Closed
s-schumann opened this issue Jan 18, 2018 · 4 comments
Closed

Error in Dynamodb.js #40

s-schumann opened this issue Jan 18, 2018 · 4 comments
Labels

Comments

@s-schumann
Copy link

Hi

To make DynamoDB work I needed to fix in node-red-contrib-aws/Dynamodb.js line 43
var awsService = new AWS.Dynamodb( { 'region': node.region } );
was changed to
var awsService = new AWS.DynamoDB( { 'region': node.region } );

This is also in line with the AWS class documentation here: https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html

Hope that helps.

Sebastian

@s-schumann s-schumann changed the title Error Error in Dynamodb.js Jan 18, 2018
@Daniel-t
Copy link
Owner

Daniel-t commented Feb 1, 2018

Thought I'd got that one. Thanks for letting me know

@Daniel-t Daniel-t added the bug label Feb 1, 2018
@Daniel-t
Copy link
Owner

Daniel-t commented Feb 2, 2018

Fixed in repo

@Daniel-t Daniel-t closed this as completed Feb 2, 2018
@justintilson
Copy link

@Daniel-t could you make a new release? I just ran into this error too. Thx for the fix @s-schumann.

Daniel-t pushed a commit that referenced this issue Feb 9, 2018
@Daniel-t
Copy link
Owner

Daniel-t commented Feb 9, 2018

New release 0.3.3 just made

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

No branches or pull requests

3 participants