Skip to content

cloud-sdk-builds/client-sts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

562 Commits
 
 
 
 
 
 
 
 
 
 

🟡 Community Browser CDN Build – JavaScript SDK Client Package

This repository provides a community-maintained, browser-ready distribution of the npm module @aws-sdk/client-sts.

Refer to the links below for detailed documentation:

Each package is automatically built and published to a CDN, allowing developers to use the SDK client directly in browsers with zero bundling or build steps.

⚡ No build process required — import directly from a CDN and start using it immediately.


⚠️ Trademark & Affiliation Notice

This project is a community-operated distribution and is not affiliated with, endorsed by, or sponsored by Amazon Web Services or the official SDK maintainers.

“AWS”, “Amazon Web Services”, and related marks are trademarks of their respective owners. All original SDK source code remains licensed under its respective upstream license.


📦 Usage

You can use this package directly in the browser via jsDelivr using an import map.

📌 This Version

CDN URL

https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-sts@3.1049.0/index.min.mjs

SRI SHA Hash

sha384-tp979FtJPR52ZqAwh8W5PeBulN3GoPq2J3Y68oW+BexvCKJJ6LW3/kWme0UWgi/w

📌 Latest Version

CDN URL

https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-sts/index.min.mjs

SRI SHA Hash

This SRI SHA Hash changes dynamically when there is any new version release so stop using latest build in production without mentioning version number in the url. So Use latest version by mentioning its version number in url with its SHA integrity.

🧩 Example (Browser Usage)

ImportMap

<script type="importmap">
      {
        "imports": {
            "@aws-sdk/client-sts": "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-sts@3.1049.0/index.min.mjs"
        },
          "integrity": {
            "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-sts@3.1049.0/index.min.mjs": "sha384-tp979FtJPR52ZqAwh8W5PeBulN3GoPq2J3Y68oW+BexvCKJJ6LW3/kWme0UWgi/w"
        }
      }
</script>

Full Importmap Example

<!DOCTYPE html>
<html lang="en">
      <head>
            <meta charset="utf-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <script type="importmap">
                  {
                    "imports": {
                        "@aws-sdk/client-sts": "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-sts@3.1049.0/index.min.mjs"
                    },
                      "integrity": {
                        "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-sts@3.1049.0/index.min.mjs": "sha384-tp979FtJPR52ZqAwh8W5PeBulN3GoPq2J3Y68oW+BexvCKJJ6LW3/kWme0UWgi/w"
                    }
                  }
            </script>
      </head>
      <body>
            <h1>Hello World!</h1>
            <script type="module">
                  import {  } from "@aws-sdk/client-sts";
                  // Refer AWS SDK for JavaScript V3 - Service Documentation
            </script>
      </body>
</html>

📚 Available Packages

Any official @aws-sdk/* module published on npm can be built for browser CDN usage.

If a package you need is not yet available, please open an issue in:

https://github.com/cloud-sdk-builds/.github/issues

🔧 Repository Contents

  • index.min.mjs A single, production-ready, minified ES module bundle intended for direct browser usage.

  • .github/ Internal automation files (not required for end users).

  • LICENSE Licensing terms for this distribution.


🌐 CDN URL Format

Latest Version

https://cdn.jsdelivr.net/gh/cloud-sdk-builds/{aws_service_name}/index.min.mjs

Specific Version

https://cdn.jsdelivr.net/gh/cloud-sdk-builds/{aws_service_name}@{aws_version}/index.min.mjs

Replace

  • {aws_service_name} with client-s3 or client-dynamodb or client-lambda etc.,
  • {aws_version} with aws service specific version

🔒 Security Notice

When using CDN builds in production environments:

  • Always pin to a specific version (@3.1049.0)
  • Avoid using latest in production to prevent unexpected breaking changes

🤝 Contributing & Requests

To request support for additional browser-ready SDK packages, please open an issue:

https://github.com/cloud-sdk-builds/.github/issues

📜 License

This distribution follows the license terms included in the repository:

https://github.com/cloud-sdk-builds/client-sts/blob/refs/tags/3.1049.0/LICENSE

About

Prebuilt AWS SDK for JavaScript v3 browser modules, ready for direct use via import maps and jsDelivr CDN — no bundler, no build step, just plug and play.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from cloud-sdk-builds/.github