aws-region-table-parser
aws-region-table-parser copied to clipboard
converts aws Region Table html page into a json object ( runs every day at 12:00 UTC noon )
added ca-west-1 - Canada West (Calgary)
maybe first just implement both and do a diff to between the 2 outputs. https://aws.amazon.com/blogs/aws/new-query-for-aws-regions-endpoints-and-more-using-aws-systems-manager-parameter-store/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+AmazonWebServicesBlog+%28Amazon+Web+Services+Blog%29
every time the number of regions or number of supported services changes, I'd like to have a twitter bot tweet the status.
 is not showing the correct checkboxes.
currently the region codes map is manually updated which results in failing CI when new region is added. I should also parse the regions table. should parse region https://docs.aws.amazon.com/general/latest/gr/rande.html#apigateway_region
as a developer I'd like to have a way to know: - [ ] get all regions and the availability - [ ] get 1 region's availability based on a...