Skip to content

Commit

Permalink
feat: modify the default AWS region for FE to us-west-2
Browse files Browse the repository at this point in the history
  • Loading branch information
RonWang committed Jul 28, 2020
1 parent 2b7c0e1 commit c418bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/builtins/deploy-delegates/cfn-deployer/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const alexaAwsRegionMap = {
default: 'us-east-1',
NA: 'us-east-1',
EU: 'eu-west-1',
FE: 'ap-northeast-1'
FE: 'us-west-2'
};

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion lib/builtins/deploy-delegates/lambda-deployer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const alexaAwsRegionMap = {
default: 'us-east-1',
NA: 'us-east-1',
EU: 'eu-west-1',
FE: 'ap-northeast-1'
FE: 'us-west-2'
};

module.exports = {
Expand Down

0 comments on commit c418bea

Please sign in to comment.