An engineer needs to fan out sensor events from a single IoT topic to multiple independent downstream processors. Which AWS architecture pattern achieves this most efficiently?
-
A
IoT rule → single Lambda → synchronous chained calls
-
B
IoT rule action → SNS topic → multiple SQS queues
-
C
IoT rule → DynamoDB stream → Lambda
-
D
IoT rule → S3 → S3 event notifications