getto-aws_secrets

aws_secrets : getto-psycher vendor plugin

Usage no npm install needed!

<script type="module">
  import gettoAwsSecrets from 'https://cdn.skypack.dev/getto-aws_secrets';
</script>

README

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