Search code examples
aws-sdkaws-sdk-nodejs

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?


Solution

  • 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.