heimdall_tools
heimdall_tools copied to clipboard
Include AWS resource name in code description in AWS Config Mapper
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.
There seems to be some linting errors ...