JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3939
  • Score
    100M100P100Q129595F
  • License ISC

Credentials provider for AWS Single Sign-On

Package Exports

  • @mhlabs/aws-sdk-sso

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mhlabs/aws-sdk-sso) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

aws-sdk-sso

SingleSignOnCredentials provider aws-sdk-js.

Usage

const AWS = require("aws-sdk");
const AWS = require("aws-sdk-sso");

AWS.config.credentialProvider.providers.push(
    new AWS.SingleSignOnCredentials()
);