Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which aws sdk to use?

I want to use dynamodb SDK for nodejs. Which SDK is it, may someone please send a link to the current api? I thought this link showed the most current:

http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html

But according to

https://github.com/aws/aws-sdk-js/blob/master/UPGRADING.md

Anything using the .Client attributes are old. I am confused which is the most current. For example should I use dynamodb.get or dynamodb.getItem to get items?

like image 816
user2924127 Avatar asked Jun 07 '26 10:06

user2924127


1 Answers

As per the github, you should be using below link for DynamoDB -

http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html

There is a tutorial as well to get started with the new dynamoDB SDK -

http://blogs.aws.amazon.com/javascript/post/Tx1OVH5LUZAFC6T/Announcing-the-Amazon-DynamoDB-Document-Client-in-the-AWS-SDK-for-JavaScript

like image 192
Chandan Avatar answered Jun 10 '26 02:06

Chandan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!