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

chore: add ap-east-1 (HKG) region #1950

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

petercwk-aws
Copy link
Contributor

@petercwk-aws petercwk-aws commented Oct 12, 2023

Description of changes

This PR enables support in ap-east-1 region (HKG). Associated with aws-amplify/amplify-cli#13332

CDK / CloudFormation Parameters Changed

N/A

Issue #, if available

N/A

Description of how you validated changes

I set ap-east-1 in my ~/.aws/config for my amplify profile and created an app.

I ran:
amplify-dev init
amplify-dev add api (default graphQL options)
amplify-dev push

I was able to observe the stack successfully deployed to HKG.

Checklist

  • PR description included
  • yarn test passes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -30,6 +30,7 @@ const serviceRegionMap = {
'us-west-2': 'us-west-2',
'cn-north-1': 'us-west-2',
'cn-northwest-1': 'us-west-2',
'ap-east-1': 'ap-northeast-2',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pinpoint is not available in ap-east-1, so falling back to ap-northeast-2

https://docs.aws.amazon.com/general/latest/gr/pinpoint.html

@petercwk-aws petercwk-aws marked this pull request as ready for review October 23, 2023 17:08
@petercwk-aws petercwk-aws requested a review from a team as a code owner October 23, 2023 17:08
@AaronZyLee AaronZyLee merged commit d13c67d into aws-amplify:main Oct 24, 2023
4 checks passed
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.

3 participants