Ten projekt zawiera skrypt Pythona, który sprawdza, czy dane JSON są zgodne z formatem AWS::IAM::Role Policy.
Aby uruchomić ten skrypt, potrzebujesz Pythona 3.6 lub nowszego. Możesz go pobrać z oficjalnej strony Pythona.
- Sklonuj to repozytorium na swój lokalny komputer używając
git clone
. - Przejdź do katalogu projektu za pomocą komendy
cd nazwa_katalogu
. - Uruchom skrypt za pomocą komendy
python KodPython.py
.
Aby uruchomić testy jednostkowe dla tego skryptu, użyj komendy python -m unittest test_KodPython.py
.
This project contains a Python script that checks if JSON data is in the AWS::IAM::Role Policy format.
To run this script, you need Python 3.6 or newer. You can download it from the official Python website.
- Clone this repository to your local machine using
git clone
. - Navigate to the project directory using the
cd directory_name
command. - Run the script using the
python KodPython.py
command.
To run the unit tests for this script, use the python -m unittest test_KodPython.py
command.