From f9a1d83aa32b51cd531db807f5122dda9f72542c Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Tue, 6 Aug 2019 14:52:31 -0600 Subject: [PATCH] Note requirement for "Subject" in SNS messages Since 4.13.0. Specifically because of https://github.com/mapbox/ecs-watchbot/pull/279/files#diff-cb88e96d819797caf0f16e3e34843499R43. --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 41ea00e3..3461f55b 100644 --- a/changelog.md +++ b/changelog.md @@ -27,7 +27,8 @@ ### 4.13.0 -- Adds support for first-in-first-out (FIFO) SQS queues. https://github.com/mapbox/ecs-watchbot/pull/279 +- Adds support for first-in-first-out (FIFO) SQS queues. https://github.com/mapbox/ecs-watchbot/pull/279. +- SNS message objects are required to have both a "Message" and a "Subject" property. Previously, "Subject" was optional. ### 4.12.0 - Add `options.deadletterAlarm` (default=true) to disable the alarm resource for dead letter queue messages https://github.com/mapbox/ecs-watchbot/pull/288