Skip to content

Commit

Permalink
feat(DMVP-2705): Create Jira ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Aghamyan committed Oct 24, 2023
1 parent 84222fa commit ea2852c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def handler(event, context):
print("Context",context)
teams_webhook_url = os.environ['WEBHOOK_URL']
url = "https://" + os.environ['REGION'] + ".console.aws.amazon.com/cloudwatch/home?region=" + \
os.environ['REGION'] + "#alarmsV2:?~(alarmStateFilter~%27ALARM)"
os.environ['REGION'] + "#alarmsV2:?~(alarmStateFilter~%27ALARM"+ ")"
# url = "https://eu-central-1.console.aws.amazon.com/cloudwatch/home?region=eu-central-1#alarmsV2:?~(alarmStateFilter~%27ALARM)"

logger.debug("Event: {}".format(event))
Expand Down

0 comments on commit ea2852c

Please sign in to comment.