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:
- All Services - https://cloud-sdk-builds.github.io
- @aws-sdk/client-sts - https://cloud-sdk-builds.github.io/?sdk=client-sts
- @aws-sdk/client-sts v3.1049.0 - https://cloud-sdk-builds.github.io/?sdk=client-sts&version=3.1049.0
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.
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.
You can use this package directly in the browser via jsDelivr using an import map.
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
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.
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>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
-
index.min.mjsA single, production-ready, minified ES module bundle intended for direct browser usage. -
.github/Internal automation files (not required for end users). -
LICENSELicensing terms for this distribution.
https://cdn.jsdelivr.net/gh/cloud-sdk-builds/{aws_service_name}/index.min.mjs
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
When using CDN builds in production environments:
- Always pin to a specific version (
@3.1049.0) - Avoid using
latestin production to prevent unexpected breaking changes
To request support for additional browser-ready SDK packages, please open an issue:
https://github.com/cloud-sdk-builds/.github/issues
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