Use AWS SDK JS v3 @aws-sdk/client-* (or) @aws-sdk/lib-* directly in browser with jsDelivr CDN! #7201
                  
                    
                      suryavaddiraju
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| New Possibility for this discussion #4893 (comment) | 
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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team and community,
I wanted to share a helpful update that may benefit many frontend developers working with AWS services.
Now, it's possible to directly use individual
@aws-sdk/client-*and@aws-sdk/lib-*modules in browser-based environments via jsDelivr CDN by referencing the corresponding GitHub repositories!✅ Example Usage:
🔗 CDN URLs:
https://cdn.jsdelivr.net/gh/aws-sdk/client-<service>/index.min.mjshttps://cdn.jsdelivr.net/gh/aws-sdk/lib-<service>/index.min.mjs📦 Source Repositories:
https://github.com/aws-sdk/client-<service>https://github.com/aws-sdk/lib-<service>This makes it super easy to use AWS SDK in browser-based apps without needing to bundle or transpile anything — just plug and play with native import support and import maps.
Looking forward to hearing your thoughts or if this might be considered for formal documentation or CDN publishing under official AWS control.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions