Getting Started¶
Get up and running with IAM Policy Validator in under 5 minutes.
-
Installation
Install via pip, uv, or pipx
-
Quick Start
Validate your first policy in seconds
-
First Validation
Step-by-step tutorial with explanations
Prerequisites¶
- Python 3.10+ — Required for all installation methods
- pip, uv, or pipx — Package manager of your choice
Fastest Path¶
# Install
pip install iam-policy-validator
# Validate
iam-validator validate --path policy.json
That's it! You're ready to validate IAM policies.
What's Next?¶
After installation, you can:
- Configure validation rules — Customize checks for your organization
- Set up GitHub Actions — Automate validation in CI/CD
- Use the Python SDK — Integrate into your applications
- Write custom checks — Add organization-specific rules