简体   繁体   English

没有 SNS 的 aws codepipeline 通知?

[英]aws codepipeline notifications without SNS?

currently I'm sending notifications with sns, is it possible sending Email notifications without SNS in code-pipeline.?目前我正在发送带有 sns 的通知,是否可以在代码管道中发送没有 SNS 的 Email 通知。?

For human readable email notifications, the easiest way is to use the built-in notifications functionality.对于人类可读的 email 通知,最简单的方法是使用内置通知功能。

To setup notifications for a pipeline go to the pipelines list, choose a pipeline, click notify at the top, and follow the wizard.要将管道 go 的通知设置到管道列表,请选择一个管道,单击顶部的通知,然后按照向导进行操作。

https://docs.aws.amazon.com/dtconsole/latest/userguide/notification-rule-create.html https://docs.aws.amazon.com/dtconsole/latest/userguide/notification-rule-create.html

CodePipeline notifications are actually fulfilled by CloudWatch events . CodePipeline 通知实际上由CloudWatch events完成。

CloudWatch events supports a number of triggers, for sending emails a Lambda function might be ideal when combined with SES from the AWS SDK. CloudWatch 事件支持许多触发器,用于发送电子邮件Lambda function 与来自 AWS SDK 的SES结合使用时可能是理想的选择。 You would of course need to format the email to your lining, as well as configuring SES for the sending domain you will be using.您当然需要将 email 格式化为您的衬里,并为您将使用的发送域配置 SES。

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

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