@secretary/aws-secrets-manager-adapter
TypeScript icon, indicating that this package has built-in type declarations

4.2.2 • Public • Published

Secretary - AWS Secrets Manager Adapter

This is the AWS Secrets Manager adapter for Secretary

Installation

$ npm install @secretary/core @secretary/aws-secrets-manager-adapter

Usage

Creating the manager

import {Manager} from '@secretary/core';
import {Adapter} from '@secretary/aws-secrets-manager-adapter';
import {SecretsManager} from '@aws-sdk/client-secrets-manager';

const manager = new Manager({aws: new Adapter(new SecretsManager({region: 'us-east-1'}))});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.2.21latest

Version History

VersionDownloads (Last 7 Days)Published
4.2.21
4.2.10
4.2.00
4.0.70
4.0.60
4.0.50
3.0.160
2.0.20
2.0.00
2.0.0-alpha.60
2.0.0-alpha.30
2.0.0-alpha.10
2.0.0-alpha.00

Package Sidebar

Install

npm i @secretary/aws-secrets-manager-adapter

Weekly Downloads

61

Version

4.2.2

License

MIT

Unpacked Size

10.1 kB

Total Files

11

Last publish

Collaborators

  • aequasi