madhuakula/aws-iam-analyser

Objects as Globals

Open

#4 opened on May 29, 2020

 (1 comment) (0 reactions) (0 assignees)Python (2 forks)github user discovery
help wanted

Repository metrics

Stars
 (10 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The objects in the file are created as globals to the file, which is bad practice. In order to solve this, functions will handle input parameters specific to what they need, and output results.

This will allow the program to be more extensible.

Contributor guide