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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

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