Documentation
    Preparing search index...

    Type Alias AwsCredentialProvider

    AwsCredentialProvider: () => Promise<AwsCredentialIdentity>

    An async function that resolves AWS credentials. Compatible with the AWS SDK's AwsCredentialIdentityProvider (e.g. the providers from @aws-sdk/credential-providers such as fromNodeProviderChain()), enabling SSO, IAM roles, and automatic refresh of temporary credentials.

    Type Declaration