aws-region-table-parser icon indicating copy to clipboard operation
aws-region-table-parser copied to clipboard

query options

Open burib opened this issue 7 years ago • 0 comments

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 serviceName
  • [ ] get multiple regions availability based on a serviceName

ps.: basically I need to move the querys from https://github.com/burib/aws-region-table-parser-api/blob/master/index.js to here. function names should be human read friendly. for example: .getSupportedRegions('serviceName')

burib avatar Feb 03 '18 19:02 burib