Skip to content

Commit

Permalink
Fix Slack channel
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 14, 2024
1 parent 4c7d76c commit f17e7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/alarm-slack-report/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f17e7c0

Please sign in to comment.