check-aws

0.1.2 • Public • Published

check-aws

Check AWS environment you use is right.

Installation

npm i -D check-aws

Usage

Configure valid AWS environments in package.json:

{
  "check-aws": {
    "accountIds": [
      "123456789012"
    ]
  }
}

then, use the CLI command check-aws:

$ check-aws

or, call the API in your script:

import { checkAws } from "check-aws";

await checkAws();

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i check-aws

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

3.14 kB

Total Files

7

Last publish

Collaborators

  • nak2k