Skip to content

Commit e5a1301

Browse files
Merge pull request #62 from goncalodasilva/patch-19
fix 213
2 parents 4c7277a + 6c54498 commit e5a1301

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)