diff --git a/app.py b/app.py index 9bcc18d..bb06459 100644 --- a/app.py +++ b/app.py @@ -266,6 +266,10 @@ def handler(event, context): title = "ElastiCache update available" body = "for node {}".format(msg["ElastiCache:ServiceUpdateAvailableForNode"]) + elif "ElastiCache:ServiceUpdateAvailable" in msg: + title = "ElastiCache update available" + body = "for Group {}".format(msg["ElastiCache:ServiceUpdateAvailable"]) + # known RDS events elif "Event Source" in msg and msg['Event Source'] in ["db-instance", "db-cluster-snapshot", "db-snapshot"]: try: