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 Antworten
0
Akzeptierte Antwort

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
beantwortet vor 7 Monaten
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
beantwortet vor 7 Monaten
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
EXPERTE
Kallu
beantwortet vor 7 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen