Skip to content

Commit a840eb6

Browse files
Merge pull request #57 from goncalodasilva/patch-14
fix 154
2 parents b06d367 + e37209a commit a840eb6

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
@@ -1946,8 +1946,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
19461946
### A company requires that AWS Lambda functions written by Developers log errors so System Administrators can more effectively troubleshoot issues. What should the Developers implement to meet this need?
19471947

19481948
- [ ] Publish errors to a dedicated Amazon SQS queue.
1949-
- [x] Create an Amazon CloudWatch Events event trigger based on certain Lambda events.
1950-
- [ ] Report errors through logging statements in Lambda function code.
1949+
- [ ] Create an Amazon CloudWatch Events event trigger based on certain Lambda events.
1950+
- [x] Report errors through logging statements in Lambda function code.
19511951
- [ ] Set up an Amazon SNS topic that sends logging statements upon failure.
19521952

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

0 commit comments

Comments
 (0)