Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for all aws regions and their az #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aneeshrelan
Copy link

Adding support for all AWS regions and their Availability Zones. All regions are not easily available from an official API, but following the existing approach of a fetch and an update, have utilized this repository that has updated list of AWS regions with their availability zones including non-public regions like the govcloud and China regions

This is my first pull request so would love to get feedback and suggestions here, so do let me know if I might have missed out on something or need to add details here

@@ -5,12 +5,13 @@ import * as _ from "lodash";
*/
export function normalizeServiceName(
name: string,
opts?: { snakeCase?: boolean; stripPrefix?: boolean }
opts?: { snakeCase?: boolean; stripPrefix?: boolean; useBlacklist?: boolean }
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing blacklist for F_S was conflicting with the region AF_SOUTH_1 so seemed like a good addition to have an optional setting here for future use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant