cycloidio / raws

[UNMAINTAINED] AWS Reader
MIT License
15 stars 0 forks source link

Add function wrapper for configservice GetDiscoveredResourceCountsWithContext #30

Closed ifraixedes closed 6 years ago

ifraixedes commented 6 years ago

Getting the number of AWS resources is something that's useful for many of the use uses cases, so we want to add a new method to the AWSReader interface which wraps the AWS API call https://docs.aws.amazon.com/config/latest/APIReference/API_GetDiscoveredResourceCounts.html

AWS Go SDK package and function for such API call