Skip to content

3.1101.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 15:31
6f32c52

🚀 Release: @aws-sdk/client-mwaa-serverless v3.1101.0

This release publishes the 3.1101.0 build of the AWS SDK for JavaScript v3 package @aws-sdk/client-mwaa-serverless as a browser-ready ES module, optimized for direct CDN consumption.

🌐 CDN (jsDelivr)

Use this package directly in the browser without any bundling:

URL

https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-mwaa-serverless@3.1101.0/index.min.mjs

SRI

sha384-9UFeD1ztlpuKIjoldlzYZwX7SXNe981uvAarLuWk19ZqIwCjaTafZpbeRdPubd/E

ImportMap

<script type="importmap">
      {
        "imports": {
            "@aws-sdk/client-mwaa-serverless": "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-mwaa-serverless@3.1101.0/index.min.mjs"
        },
          "integrity": {
            "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-mwaa-serverless@3.1101.0/index.min.mjs": "sha384-9UFeD1ztlpuKIjoldlzYZwX7SXNe981uvAarLuWk19ZqIwCjaTafZpbeRdPubd/E"
        }
      }
</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-mwaa-serverless": "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-mwaa-serverless@3.1101.0/index.min.mjs"
                    },
                      "integrity": {
                        "https://cdn.jsdelivr.net/gh/cloud-sdk-builds/client-mwaa-serverless@3.1101.0/index.min.mjs": "sha384-9UFeD1ztlpuKIjoldlzYZwX7SXNe981uvAarLuWk19ZqIwCjaTafZpbeRdPubd/E"
                    }
                  }
            </script>
      </head>
      <body>
            <h1>Hello World!</h1>
            <script type="module">
                  import {  } from "@aws-sdk/client-mwaa-serverless";
                  // Refer AWS SDK for JavaScript V3 - Service Documentation
            </script>
      </body>
</html>

📦 npm Source

Official source package published on npm:

https://www.npmjs.com/package/@aws-sdk/client-mwaa-serverless/v/3.1101.0

📘 Documentation

AWS SDK for JavaScript v3 documentation:

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/introduction/

📄 Package README

Usage instructions and CDN examples:

https://github.com/cloud-sdk-builds/client-mwaa-serverless/blob/refs/tags/3.1101.0/.github/README.md

🔐 Notes

  • This release mirrors the official AWS SDK v3 3.1101.0 package.
  • No functional changes are introduced beyond the upstream version update.
  • For production use, pin to this exact version instead of using latest.