diff --git a/aws-lambda/aws-lambda-quiz.md b/aws-lambda/aws-lambda-quiz.md index 6202d9fa01..a338d3d691 100644 --- a/aws-lambda/aws-lambda-quiz.md +++ b/aws-lambda/aws-lambda-quiz.md @@ -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` @@ -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` +