Library

AWS STS

STS identity helpers for resolving and exposing the active AWS identity.

Artifact
helix-aws-sts
Category
Security and Secrets

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.aws.securitytokenservice
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.aws.securitytokenservice)
}

Configuration

No Helix-specific configuration properties are required for this library.