Skip to content

How to install via NPM? #3688

Answered by RanVaknin
AriVagelatos-KSO asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ariv803 ,

The V3 SDK is modularized. That means you no longer need to npm install aws-sdk (reference the entire V2 SDK), but rather install modules individually, based on your needs.

For example - if you want to use S3, you init your npm project and then npm install @aws-sdk/client-s3

Let me know if that helps.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by AriVagelatos-KSO
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3684 on June 14, 2022 23:52.