madhuakula / aws-iam-analyser

AWS IAM Analysis utility to gather entire useful information from an AWS account
MIT License
10 stars 2 forks source link

Objects as Globals #4

Open ThunderSon opened 4 years ago

ThunderSon commented 4 years ago

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.

madhuakula commented 4 years ago

Thanks for the issue. Currently still working on implementing multiple features, would love to see your contributions if possible 👍