np-guard / vpc-network-config-analyzer

A tool for analyzing the configured network connectivity of VPCs as specified by various VPC resources
Apache License 2.0
7 stars 0 forks source link

create new pkg for multiple VPC analysis results aggregation #212

Open adisos opened 11 months ago

adisos commented 11 months ago
          It turned out to be quite a bit of code that calls the analysis for each VPC, then aggregates the outputs together.

Consider moving some of this code to a package (preferably in a follow-up PR).

_Originally posted by @zivnevo in https://github.com/np-guard/vpc-network-config-analyzer/pull/207#discussion_r1378493727_

zivnevo commented 11 months ago

Also consider moving all output-formatting stuff outside of vpcmodel package.