cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

Auto-generate regions in troposphere/constants.py #2095

Open markpeek opened 1 year ago

markpeek commented 1 year ago

Rather than manually updating the regions in troposphere/constants.py, look into auto-generating the lists.

Related to #2078