@bordeux/node-aws-secrets-loader
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

node-aws-secrets-loader

Tool to automatically load AWS secret to environment variable

Docs Github Pages

Example (es module)

import { awsSecretLoader } from '@bordeux/node-aws-secrets-loader'
await awsSecretLoader({ SecretId: "someSecret" })

Example (commonjs)

const { awsSecretLoader } = require('@bordeux/node-aws-secrets-loader');
await awsSecretLoader({ SecretId: "someSecret" })

Readme

Keywords

none

Package Sidebar

Install

npm i @bordeux/node-aws-secrets-loader

Weekly Downloads

197

Version

1.0.1

License

MIT

Unpacked Size

20.1 kB

Total Files

20

Last publish

Collaborators

  • bordeux