We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7d76c commit f17e7c0Copy full SHA for f17e7c0
src/alarm-slack-report/index.mjs
@@ -213,8 +213,7 @@ export const handler = async (event) => {
213
Detail: JSON.stringify({
214
username: "Amazon CloudWatch Alarms",
215
icon_emoji: ":ops-cloudwatch-alarm:",
216
- // channel: "G2QHBL6UX", // #ops-info
217
- channel: "CHZTAGBM2", // #sandbox2
+ channel: "G2QHBL6UX", // #ops-info
218
attachments: [
219
{
220
color: "#a30200",
template.yml
@@ -323,7 +323,7 @@ Resources:
323
Description: >-
324
Invokes the CloudWatch Alarm report function
325
Enabled: true
326
- Schedule: cron(0 16 ? * * *)
+ Schedule: cron(10 16 ? * * *)
327
Type: Schedule
328
Handler: index.handler
329
MemorySize: 192
0 commit comments