diff --git a/src/alarm-slack-report/index.mjs b/src/alarm-slack-report/index.mjs index adbc6d7..4175fcd 100644 --- a/src/alarm-slack-report/index.mjs +++ b/src/alarm-slack-report/index.mjs @@ -213,8 +213,7 @@ export const handler = async (event) => { Detail: JSON.stringify({ username: "Amazon CloudWatch Alarms", icon_emoji: ":ops-cloudwatch-alarm:", - // channel: "G2QHBL6UX", // #ops-info - channel: "CHZTAGBM2", // #sandbox2 + channel: "G2QHBL6UX", // #ops-info attachments: [ { color: "#a30200", diff --git a/template.yml b/template.yml index 7bc1500..446aea1 100644 --- a/template.yml +++ b/template.yml @@ -323,7 +323,7 @@ Resources: Description: >- Invokes the CloudWatch Alarm report function Enabled: true - Schedule: cron(0 16 ? * * *) + Schedule: cron(10 16 ? * * *) Type: Schedule Handler: index.handler MemorySize: 192