Skip to content

Commit f17e7c0

Browse files
committed
Fix Slack channel
1 parent 4c7d76c commit f17e7c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/alarm-slack-report/index.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ export const handler = async (event) => {
213213
Detail: JSON.stringify({
214214
username: "Amazon CloudWatch Alarms",
215215
icon_emoji: ":ops-cloudwatch-alarm:",
216-
// channel: "G2QHBL6UX", // #ops-info
217-
channel: "CHZTAGBM2", // #sandbox2
216+
channel: "G2QHBL6UX", // #ops-info
218217
attachments: [
219218
{
220219
color: "#a30200",

template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Resources:
323323
Description: >-
324324
Invokes the CloudWatch Alarm report function
325325
Enabled: true
326-
Schedule: cron(0 16 ? * * *)
326+
Schedule: cron(10 16 ? * * *)
327327
Type: Schedule
328328
Handler: index.handler
329329
MemorySize: 192

0 commit comments

Comments
 (0)