Skip to content

Commit 6c54498

Browse files
fix 213
SNS is better suited for such a simple task rather than EventBridge (or CloudWatch events). Don't you think?
1 parent a167ba0 commit 6c54498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,8 +2486,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
24862486
### When developing an AWS Lambda function that processes Amazon Kinesis Data Streams, Administrators within the company must receive a notice that includes the processed data. How should the Developer write the function to send processed data to the Administrators?
24872487

24882488
- [ ] Separate the Lambda handler from the core logic.
2489-
- [x] Use Amazon CloudWatch Events to send the processed data.
2490-
- [ ] Publish the processed data to an Amazon SNS topic.
2489+
- [ ] Use Amazon CloudWatch Events to send the processed data.
2490+
- [x] Publish the processed data to an Amazon SNS topic.
24912491
- [ ] Push the processed data to Amazon SQS.
24922492

24932493
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)