Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In an application that processes .csv files from Amazon S3, a developer has set up an S3 bucket and a Lambda function for file processing. Identify the correct two-step process to trigger the Lambda function upon uploading a .csv file to S3.
A
Establish an Amazon EventBridge rule to detect S3 object creation events.
B
Implement an Amazon EventBridge rule to periodically invoke a Lambda function for scanning the S3 bucket.
C
Configure the Lambda function with an EventBridge trigger corresponding to the created rule.
D
Develop a Lambda function designed to monitor the S3 bucket for new object additions.
E
Utilize S3 Lifecycle rules to directly invoke the Lambda function.