Skip to content

[Feature]: Support transformation for AWS.CredentialProviderChain #637

@trivikr

Description

@trivikr

Self-service

  • I'd be willing to implement this feature

Problem

import AWS from "aws-sdk";

const chain = new AWS.CredentialProviderChain(providers);

Solution

import { chain as providerChain } from "@smithy/property-provider";

const chain = providerChain(providers);

Alternatives

N/A

Additional context

Docs:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions