Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
update lambda debugger host (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogan-yesil committed Jun 3, 2022
1 parent 0d32ec4 commit 0ca081d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export const ConfigMetadata: {[key: string]: { type: string, defaultValue?: any
},
[ConfigNames.THUNDRA_LAMBDA_DEBUGGER_BROKER_HOST]: {
type: 'string',
defaultValue: 'debug.thundra.io',
defaultValue: 'broker.service.serverlessdebugger.com',
},
[ConfigNames.THUNDRA_LAMBDA_DEBUGGER_SESSION_NAME]: {
type: 'string',
Expand Down
1 change: 1 addition & 0 deletions src/debugBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const brokerSocket = new WebSocket(
'x-thundra-session-timeout': SESSION_TIMEOUT,
'x-thundra-runtime': RUNTIME,
},
followRedirects: true,
},
);

Expand Down

0 comments on commit 0ca081d

Please sign in to comment.