mitre / heimdall_tools

DEPRECATED: A set of utilities for converting and working with compliance data for viewing in the heimdall applications
https://heimdall-tools.mitre.org
Other
35 stars 20 forks source link

Include AWS resource name in code description in AWS Config Mapper #115

Open jkufro opened 2 years ago

jkufro commented 2 years ago

There are times when the resource ID is not convenient enough to identify exactly which resource a test is referencing in the AWS Config Mapper. This PR makes another API call that queries for each resource name using the resource ID, and then includes that name in the code description attribute.

aaronlippold commented 2 years ago

There seems to be some linting errors ...