Skip to content

Commit 915415a

Browse files
committed
Update AWS deeplink URLs
1 parent f84687b commit 915415a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/alarm-slack-notifications/urls.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { ascii } from "./operators.mjs";
1616
export function ssoDeepLink(accountId, url) {
1717
const deepLinkRoleName = "AdministratorAccess";
1818
const urlEncodedUrl = encodeURIComponent(url);
19-
return `https://d-906713e952.awsapps.com/start/#/console?account_id=${accountId}&role_name=${deepLinkRoleName}&destination=${urlEncodedUrl}`;
19+
return `https://aws.prx.tech/#/console?account_id=${accountId}&role_name=${deepLinkRoleName}&destination=${urlEncodedUrl}`;
2020
}
2121

2222
/**

src/alarm-slack-reminders/urls.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
export function ssoDeepLink(accountId, url) {
99
const deepLinkRoleName = "AdministratorAccess";
1010
const urlEncodedUrl = encodeURIComponent(url);
11-
return `https://d-906713e952.awsapps.com/start/#/console?account_id=${accountId}&role_name=${deepLinkRoleName}&destination=${urlEncodedUrl}`;
11+
return `https://aws.prx.tech/#/console?account_id=${accountId}&role_name=${deepLinkRoleName}&destination=${urlEncodedUrl}`;
1212
}
1313

1414
/**

src/alarm-slack-report/urls.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
export function ssoDeepLink(accountId, url) {
99
const deepLinkRoleName = "AdministratorAccess";
1010
const urlEncodedUrl = encodeURIComponent(url);
11-
return `https://d-906713e952.awsapps.com/start/#/console?account_id=${accountId}&role_name=${deepLinkRoleName}&destination=${urlEncodedUrl}`;
11+
return `https://aws.prx.tech/#/console?account_id=${accountId}&role_name=${deepLinkRoleName}&destination=${urlEncodedUrl}`;
1212
}
1313

1414
/**

0 commit comments

Comments
 (0)