Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 537 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 537 Bytes

IAM Role Policy Verifier

TypeScript program that verifies the input JSON data against the AWS IAM Role Policy format.

Arguments

Program takes a single argument witch is the json file to check.

How to Run

  1. Make sure you have Node.js and npm installed on your machine.

  2. Clone this repository.

    git clone [email protected]:sajdakk/asterisk.git
    cd asterisk
  3. Install dependencies:

     npm i
  4. Start the program with example json file:

    npm start example.json