@wholebuzz/secrets
v0.0.1
Published
Secrets interface abstraction with implementations for GCP, and AWS
Downloads
1
Readme
@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')