1.0.3 • Published 4 years ago

getto-aws_secrets v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

node-getto-aws_secrets

aws_secrets : getto-psycher vendor plugin

status: production ready

const aws_secrets = require("getto-aws_secrets").init({
  region: "AWS-REGION",
  secret_id: "SECRET-ID",
});

const get_values = async () => {
  const json = await aws_secrets.getJSON();
};
Table of Contents

Requirements

  • Node.js: 10.16.0

Usage

const aws_secrets = require("getto-aws_secrets").init({
  region: "AWS-REGION",
  secret_id: "SECRET-ID",
});

const get_values = async () => {
  const json = await aws_secrets.getJSON();
};

Install

npm install --save getto-aws_secrets

License

node-getto-aws_secrets is licensed under the MIT license.

Copyright © since 2019 shun@getto.systems

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago