Skip to content

Commit cd053ce

Browse files
authored
fix endpoint
1 parent 302727e commit cd053ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/client/codewhisperer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface CodeWhispererConfig {
3232

3333
export const defaultServiceConfig: CodeWhispererConfig = {
3434
region: 'us-east-1',
35-
endpoint: 'https://rts.gamma-us-east-1.codewhisperer.ai.aws.dev/',
35+
endpoint: 'https://codewhisperer.us-east-1.amazonaws.com/',
3636
}
3737

3838
export function getCodewhispererConfig(): CodeWhispererConfig {

0 commit comments

Comments
 (0)