TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

AWS Chatbot: ChatOps for AWS

44 点作者 gjmveloso将近 6 年前

7 条评论

t34543将近 6 年前
I’m not a fan of ChatOps, call me old fashioned but I like tickets to track my work.
评论 #20524705 未加载
davnicwil将近 6 年前
Ah this is extremely cool - having set up slackops by building bots on lambdas in the past, I can attest it&#x27;s way more difficult and time consuming than it should be.<p>For an example of an unexpected issue you face - slackbots must give responses within 3000ms otherwise slack reports the slash command as failed. This means you have to do things like set up a proxy and worker lambda for anything that doesn&#x27;t execute essentially instantaneously, and even then it sometimes fails to respond within 3000ms on cold starts.<p>A purpose built interface you can just get set up with a few clicks would be a great improvement. Hope the other cloud providers introduce similar services as well.
评论 #20526415 未加载
sneak将近 6 年前
ChatOps is bidirectional. This appears, at first glance, to simply be an alerting channel that can deliver to Slack.<p>Useful, but only a small piece of a ChatOps picture.
评论 #20524814 未加载
评论 #20524717 未加载
mediascreen将近 6 年前
I&#x27;ve been waiting for something like this. But now that it&#x27;s here it seems a bit complicated to automate the setup if you have lots of accounts.<p>I&#x27;ll probably just go with an API Gateway proxy for the SNS webhooks in one account and add the webhook setup for the other accounts to their Cloudformation templates.
bifrost将近 6 年前
Sortof unimpressed since PagerDuty already has pretty good Slack&#x2F;Chat integration.
dlphn___xyz将近 6 年前
when will this chatbot fad die out?
评论 #20525889 未加载
评论 #20525977 未加载
mooreds将近 6 年前
Tl;dr: Add alerts to your slack channel (or chime, if you use that) from AWS services by essentially adding another target to an SNS topic.<p>List of supported services: <a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;chatbot&#x2F;latest&#x2F;adminguide&#x2F;related-services.html" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;chatbot&#x2F;latest&#x2F;adminguide&#x2F;relate...</a><p>Only a few services supported right now (is in beta) but the big one (cloudwatch alarms) is.