Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between aws-sdk vs @aws-sdk

There two different nodejs sdk libraries that I have encountered: aws-sdk and a set of libaries under @aws-sdk/. What's the difference between the two, and which one should I use?

like image 963
Ruslan Plastun Avatar asked Apr 21 '26 14:04

Ruslan Plastun


1 Answers

aws-sdk (github) is for version 2.x

@aws-sdk modular packages (github) are for version 3.x

For a list of differences, check out the docs.

like image 56
gshpychka Avatar answered Apr 25 '26 15:04

gshpychka



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!