Is it possible to download v3 without using node.js? #4893
-
I want to use the v3 SDK but there does not seem to be a way to just include the js library or download it like vs 2. i.e. <script src="https://sdk.amazonaws.com/js/aws-sdk-SDK_VERSION_NUMBER.min.js"></script> We don't use or want to install NODE.JS. Is there a download or CDN for the latest version or is node.js the only option? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @jaimefuhr, basically that is not possible in V3. You could download the source code from GitHub but however you still need to resolve the dependencies, which are npm dependencies anyways, in order to build the whole SDK. I hope this helps! Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @jaimefuhr, basically that is not possible in V3. You could download the source code from GitHub but however you still need to resolve the dependencies, which are npm dependencies anyways, in order to build the whole SDK.
I hope this helps!
Thanks!