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 回答
0
已接受的回答

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
已回答 7 个月前
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
已回答 7 个月前
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
专家
Kallu
已回答 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则