We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3078547 commit e8bd383Copy full SHA for e8bd383
src/ses.js
@@ -6,6 +6,9 @@ const ToAddresses = _.compact(_.map(
6
_.split(process.env.EMAIL_LIST, ",")
7
, a => _.trim(a)));
8
9
+//TODO: use CloudWatch Image API to turn graphs into attachments
10
+//@see https://aws.amazon.com/blogs/devops/reduce-time-to-resolution-with-amazon-cloudwatch-snapshot-graphs-and-alerts/
11
+
12
/**
13
* Send as email if environment is configured.
14
*
0 commit comments