Webpage on custom widget in cloudwatch

0

Can I display webpage of https on custom widget in cloudwatch? I want to dispaly of that webpage on dashboard. Is that possible?

3 Risposte
0
Risposta accettata

You can display the HTML part of a webpage - it doesn't matter if it's hosted on https or not, you use a lambda to retrieve and prepare the content you want to display.

As pointed by HS, you can only use HTML and embedded css, the Javascript is not allowed in the custom widget.

profile pictureAWS
Jsc
con risposta 7 mesi fa
0

You can try creating a custom widget with the template named "Display URL contents". However, note that since JavaScript is unavailable due to the security reasons, HTML webpage that contains JavaScript might not be rendered properly.

profile picture
HS
con risposta 7 mesi fa
0

Alternatively you could also embed Cloudwatch into 3rd party site, maybe something you built for this purpose. This comes with it's own limitations (namely CORS), but might be helpful in some cases. Below are some helpful resources for this approach.

Or thinking out-of-the-box, could you just have 2 browser windows side-by-side (if this is for a dashboard on office wall or something similar)?

profile picture
ESPERTO
Kallu
con risposta 7 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande