TypeScript program that verifies the input JSON data against the AWS IAM Role Policy format.
Program takes a single argument witch is the json file to check.
-
Make sure you have Node.js and npm installed on your machine.
-
Clone this repository.
git clone [email protected]:sajdakk/asterisk.git cd asterisk
-
Install dependencies:
npm i
-
Start the program with example json file:
npm start example.json