Skip to content

Commit 0b1d221

Browse files
Merge main into feature/publish-ca
2 parents 4e067b5 + 29f08a6 commit 0b1d221

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

server/aws-lsp-codewhisperer/src/shared/constants.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ export const DEFAULT_ATX_FES_ENDPOINT_URL = 'https://api.transform.us-east-1.on.
1717

1818
export const ATX_FES_ENDPOINTS = new Map([
1919
[DEFAULT_ATX_FES_REGION, DEFAULT_ATX_FES_ENDPOINT_URL],
20-
['us-west-2', 'https://api.transform.us-west-2.on.aws/'],
21-
['eu-central-1', 'https://api.transform.eu-central-1.on.aws/'],
22-
['ap-southeast-2', 'https://api.transform.ap-southeast-2.on.aws/'],
20+
['us-west-2', 'https://api.transform.us-west-2.on.aws/'], //PDX
21+
['eu-central-1', 'https://api.transform.eu-central-1.on.aws/'], //FRA
22+
['ap-southeast-2', 'https://api.transform.ap-southeast-2.on.aws/'], //SYD
23+
['ap-northeast-1', 'https://api.transform.ap-northeast-1.on.aws/'], //NRT
24+
['ap-south-1', 'https://api.transform.ap-south-1.on.aws/'], //BOM
25+
['ca-central-1', 'https://api.transform.ca-central-1.on.aws/'], //YUL
26+
['ap-northeast-2', 'https://api.transform.ap-northeast-2.on.aws/'], //ICN
27+
['eu-west-2', 'https://api.transform.eu-west-2.on.aws/'], //LHR
2328
])
2429

2530
export const ATX_FES_GAMMA_ENDPOINTS = new Map([

0 commit comments

Comments
 (0)