简体   繁体   English

在带有 SNS 的 AWS 中使用外部通知程序

[英]Use External Notifier in AWS with SNS

I am using AWS with Codedeploy and Codepipeline, with Git to push our PHP codes and I want to use Discord or any free service to Notify our Pipeline status我将 AWS 与 Codedeploy 和 Codepipeline 一起使用,使用 Git 推送我们的 PHP 代码,我想使用 Discord 或任何免费服务来通知我们的管道状态

EventBridge service provide codepipeline notification. EventBridge 服务提供代码管道通知。 Trigger it to SNS for email notification or lambda function for custom action将其触发到 SNS 以获取 email 通知或 lambda function 以进行自定义操作

Available EventBridge event for codepipeline: https://docs.aws.amazon.com/codepipeline/latest/userguide/detect-state-changes-cloudwatch-events.html codepipeline 的可用 EventBridge 事件: https://docs.aws.amazon.com/codepipeline/latest/userguide/detect-state-changes-cloudwatch-events.html

Telegram notification python example (you can try other application API) https://levelup.gitconnected.com/simple-telegram-bot-with-python-and-aws-lambda-5eab1066b466电报通知 python 示例(您可以尝试其他应用程序 API) https://levelup.gitconnected.com/simple-telegram-bot-with-python-and-aws-lambda-5eab1066b466

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM