IAM Policy Evaluator Requirements Python 3.10+ Poetry Set up # start virtualenv poetry shell # install dependencies poetry install Usage # specify the AWS credentials to use for this tool export AWS_PROFILE=<PROFILE-NAME> make run