Billy

Results 2 issues of Billy

Using botocore's get_available_partitions instead of the hardcoded REGION_PARTITION_MAP allows CloudCustodian to work with more partitions than what is currently possible: ``` >>> import botocore.session >>> session = botocore.session.get_session() >>> session.get_available_partitions()...

**Checklist** - [X] I have checked that this feature is not already requested - [X] I have checked that this feature does not already exist in the project The main...

feat