@itross/c11n

0.1.2 • Public • Published

@itross/c11n

A naïf Node.js app configuration from file, envirnoment variables and remote secrets manager with JSON schema verification and type coercion.

Install

npm i @itross/c11n

Usage

TODO

Tests

NOTE: c11n.config.json is just a sample config file for tests.

To correctly test AWS Secrets Manager client, you must have env vars:

  • AWS_REGION=us-east-1
  • AWS_ACCESS_KEY_ID=
  • AWS_SECRET_ACCESS_KEY=

You can put them in a .env file. AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY can be null, but you need your AWS credentials file in your environment.

API

TODO

License

MIT

Package Sidebar

Install

npm i @itross/c11n

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

19.5 kB

Total Files

9

Last publish

Collaborators

  • joshuagame