-
Like in AWS SDK v2 |
Beta Was this translation helpful? Give feedback.
Answered by
RanVaknin
Dec 20, 2022
Replies: 2 comments 2 replies
-
Hi @amit-cws , No, it's not possible. Unlike V2 where you load the entire SDK, V3 is on purpose modularized. It is more performant and allows your application to be tree shaken by bundlers like webpack. Let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
RanVaknin
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @amit-cws ,
No, it's not possible. Unlike V2 where you load the entire SDK, V3 is on purpose modularized. It is more performant and allows your application to be tree shaken by bundlers like webpack.
Let me know if you have any questions.
Ran