New objects in an S3 evidence bucket should invoke a redaction function automatically. How should that integration be configured?
Select an answer to reveal the explanation.
Short Explanation
When evidence drops in the bucket, the redaction function should get a doorbell ring—not a guard walking the hallway every minute. Wire S3 object-created events to Lambda. Cron re-listing everything, SSH handoffs, and SES email rules are the wrong doorbells.
Full Explanation
S3 can publish object-created events that asynchronously invoke Lambda, which is the standard event-driven trigger for new evidence objects. Periodic full-bucket listing is inefficient and race-prone. Manual SSH invocation and SES email rules are not appropriate primary integrations for S3 object creation.