Skip to content

Commit

Permalink
revert(amazonq): defaultServiceConfig endpoint change aws#6392
Browse files Browse the repository at this point in the history
Revert endpoint change in previous commit:
aws@062d24a
  • Loading branch information
avi-alpert authored and karanA-aws committed Jan 17, 2025
1 parent 5211728 commit 6c33a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/codewhisperer/client/codewhisperer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export interface CodeWhispererConfig {
}

export const defaultServiceConfig: CodeWhispererConfig = {
region: 'us-west-2',
endpoint: 'https://rts.alpha-us-west-2.codewhisperer.ai.aws.dev/',
region: 'us-east-1',
endpoint: 'https://codewhisperer.us-east-1.amazonaws.com/',
}

export function getCodewhispererConfig(): CodeWhispererConfig {
Expand Down

0 comments on commit 6c33a36

Please sign in to comment.