We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2819138 commit 61894bcCopy full SHA for 61894bc
utils/helpers.ts
@@ -27,7 +27,7 @@ export const ENTITY_PREFIX: string = (process.env.ENTITY_PREFIX || 'slsd') + '-'
27
export const STAGE: string = '-' + (process.env.STAGE || 'dev')
28
29
// Targets the Thundra's repository to fetch the broker's image.
30
-export const ECR_IMAGE_URI: string = 'public.ecr.aws/i9q5q2b9/thundra-self-hosted-lambda-debug-broker:latest'
+export const ECR_IMAGE_URI: string = 'public.ecr.aws/k8z9p6l4/serverlessdebugger-onprem-broker:latest'
31
32
export const BROKER_CONTAINER_NAME: string = (process.env.BROKER_CONTAINER_NAME || 'sls-debugger-broker-container')
33
0 commit comments