Skip to content

Commit e8bd383

Browse files
committed
note for later
1 parent 3078547 commit e8bd383

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ses.js

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const ToAddresses = _.compact(_.map(
66
_.split(process.env.EMAIL_LIST, ",")
77
, a => _.trim(a)));
88

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+
912
/**
1013
* Send as email if environment is configured.
1114
*

0 commit comments

Comments
 (0)