Skip to content

Commit

Permalink
test: update pinpoint test region mapping (#8295)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle authored Sep 28, 2021
1 parent 7f04962 commit 93a28df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/amplify-e2e-core/src/utils/pinpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ const serviceRegionMap = {
'us-east-1': 'us-east-1',
'us-east-2': 'us-east-1',
'sa-east-1': 'us-east-1',
'ca-central-1': 'us-east-1',
'ca-central-1': 'ca-central-1',
'us-west-1': 'us-west-2',
'us-west-2': 'us-west-2',
'cn-north-1': 'us-west-2',
'cn-northwest-1': 'us-west-2',
'ap-south-1': 'us-west-2',
'ap-south-1': 'ap-south-1',
'ap-northeast-3': 'us-west-2',
'ap-northeast-2': 'us-west-2',
'ap-southeast-1': 'us-west-2',
'ap-southeast-2': 'us-west-2',
'ap-northeast-1': 'us-west-2',
'ap-northeast-2': 'ap-northeast-2',
'ap-southeast-1': 'ap-southeast-1',
'ap-southeast-2': 'ap-southeast-2',
'ap-northeast-1': 'ap-northeast-1',
'eu-central-1': 'eu-central-1',
'eu-north-1': 'eu-central-1',
'eu-west-1': 'eu-west-1',
'eu-west-2': 'eu-west-1',
'eu-west-2': 'eu-west-2',
'eu-west-3': 'eu-west-1',
'me-south-1': 'ap-south-1',
};
Expand Down

0 comments on commit 93a28df

Please sign in to comment.