Skip to content

Commit

Permalink
add new question and correct Q22 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonGrant authored Aug 6, 2020
1 parent 8249692 commit 7461e2f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions aws-lambda/aws-lambda-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ AWS LAMBDA Assessment
#### Q22. Outbound connections from Lambdas must be ______.
- [ ] `neither of these answers`
- [ ] `UDP/IP`
- [x] `TCP/IP`
- [ ] `both of these answers`
- [ ] `TCP/IP`
- [x] `both of these answers`

#### Q23. How are CloudWatch actions configured?
- [ ] `automatically`
Expand Down Expand Up @@ -251,3 +251,10 @@ AWS LAMBDA Assessment
- [ ] `STS Write`
- [x] `an SNS topic`


#### Q43. You need to set an S3 event trigger on your Lambda to respond when data is added to your bucket from another S3 bucket. Which event type do you configure?
- [ ] `POST`
- [ ] `"All object create events"`
- [x] `PUT`
- [ ] `COPY`

0 comments on commit 7461e2f

Please sign in to comment.