@wholebuzz/secrets

Secrets interface abstraction with implementations for GCP, and AWS

Usage no npm install needed!

<script type="module">
  import wholebuzzSecrets from 'https://cdn.skypack.dev/@wholebuzz/secrets';
</script>

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')