
Ultimate access to all questions.
A company requires a daily analysis of sales reports from multiple branch offices, which are uploaded to an Amazon S3 bucket. They have an AWS Lambda function to process these reports and store results in a database. Identify the most cost-effective method to trigger this analysis at a specific daily time.
A
Using S3 event notifications to invoke the Lambda function upon report uploads.
B
Utilizing AWS Step Functions to run the Lambda function at the set time daily.
C
Running the Lambda function continuously, starting the analysis at the designated time.
D
Scheduling an Amazon EventBridge rule to invoke the Lambda function daily at the specified time.