Skip to content

Commit

Permalink
Add Q44 and answer to AWS-Lambda quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
devHabit committed Nov 28, 2020
1 parent 3d25a4c commit 4432d9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aws-lambda/aws-lambda-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,10 @@
- [ ] `"All object create events"`
- [x] `PUT`
- [ ] `COPY`

#### Q44. To make Lambdas more testable, it is AWS best practice to separate which of these?

- [ ] `Lambda configuration from logging code`
- [ ] `Lambda handler from logging code`
- [x] `Lambda handler from core logic`
- [ ] `Lambda configuration from core logic`

0 comments on commit 4432d9b

Please sign in to comment.