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 Respostas
0
Resposta aceita

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
respondido há 7 meses
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
respondido há 7 meses
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
ESPECIALISTA
Kallu
respondido há 7 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas