-
Notifications
You must be signed in to change notification settings - Fork 825
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: support five new regions in CLI #8094
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8094 +/- ##
=======================================
Coverage 54.42% 54.42%
=======================================
Files 663 663
Lines 37829 37829
Branches 7767 7767
=======================================
Hits 20589 20589
Misses 16400 16400
Partials 840 840
Continue to review full report at Codecov.
|
This commit updates the CLI to support five new regions: - us-west-1 - eu-west-3 - eu-north-1 - me-south-1 - sa-east-1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 nit, but LGTM
👋 Hi, this pull request was referenced in the v5.6.0 release! Check out the release notes here https://github.com/aws-amplify/amplify-cli/releases/tag/v5.6.0. |
* feat: support five new regions in CLI This commit updates the CLI to support five new regions: - us-west-1 - eu-west-3 - eu-north-1 - me-south-1 - sa-east-1
Description of changes
This commit updates the CLI to support five new regions:
Marking this as a draft because I'm still waiting on some information regarding me-south-1.
Issue #, if available
Description of how you validated changes
Manual testing
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.