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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 馃 add support for ap-northeast-3 KIX #1741

Merged

Conversation

petercwk-aws
Copy link
Contributor

Description of changes

This PR enables support in ap-northeast-3 region (KIX)

CDK / CloudFormation Parameters Changed

N/A

Issue #, if available

Associated CLI PR: aws-amplify/amplify-cli#13039

Description of how you validated changes

I set ap-northeast-3 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

Confirmed that an API was successfully deployed to my account in ap-northeast-3 region

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.

This PR enables support in ap-northeast-3 region(KIX)
@petercwk-aws petercwk-aws marked this pull request as ready for review July 31, 2023 20:33
@petercwk-aws petercwk-aws requested a review from a team as a code owner July 31, 2023 20:33
dpilch
dpilch previously approved these changes Jul 31, 2023
@@ -27,6 +27,7 @@ export const amplifyRegions = [
'eu-central-1',
'ap-northeast-1',
'ap-northeast-2',
'ap-northeast-3',
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this change should be excluded until the CLI has released the region option in amplify configure. Otherwise it could cause the API e2e test failure. (I am testing with latest version 12.2.3 and do not find the new region).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed in the last revision.

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

3 participants