README
Library: lib-aws-secrets
NodeJS base class providing access to the AWS Secrets Manager
By including this module in your NodeJS project, and instantiating the SecretsManager class, you can access your environment's SecretsManager repository.
AWS SecretsManager Access Library
<script type="module">
import libAwsSecrets from 'https://cdn.skypack.dev/lib-aws-secrets';
</script>
By including this module in your NodeJS project, and instantiating the SecretsManager class, you can access your environment's SecretsManager repository.