Question: 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"`
 - `PUT`
 - `COPY`
 
Answer: The correct answer of the above question is Option C:`PUT`