JohannesEbke / aws_list_all

List all your AWS resources, all regions, all services.
MIT License
413 stars 97 forks source link

Specify the value type for the argument 'query --parallel' as int. #23

Closed wamonite closed 5 years ago

wamonite commented 5 years ago

I like your tool and wanted to run it using --parallel option, but found it threw an exception if I set any value; TypeError: unsupported operand type(s) for -: 'str' and 'int' for Python 2 and TypeError: '<' not supported between instances of 'str' and 'int' for 3. I set the argparse default type to fix.

wamonite commented 5 years ago

CI build errors are in tests test_get_endpoint_hosts and test_get_service_regions and look related to changes in AWS client capabilities than my modification.