Library

AWS Encryption

AWS encryption helpers for envelope encryption and decryption workflows.

Artifact
helix-aws-encryption
Category
Security and Secrets

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.aws.encryption
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.aws.encryption)
}

Configuration

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