Skip to content

Secrets interface abstraction with implementations for GCP, and AWS

Notifications You must be signed in to change notification settings

wholebuzz/secrets

Repository files navigation

@wholebuzz/secrets

Secrets interface abstraction with implementations for GCP and AWS.

Example

import { AmazonWebServicesSecretManager } from '@wholebuzz/secrets'

const secrets = new AmazonWebServicesSecretManager()
const secret = await secrets.getSecret('secret-name')

Table of contents

Modules

About

Secrets interface abstraction with implementations for GCP, and AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published