AWS Certified Developer – Associate (DVA-C02) — Question 209

An online sales company is developing a serverless application that runs on AWS. The application uses an AWS Lambda function that calculates order success rates and stores the data in an Amazon DynamoDB table. A developer wants an efficient way to invoke the Lambda function every 15 minutes.

Which solution will meet this requirement with the LEAST development effort?

Answer options

Correct answer: A

Explanation

Option A is the best choice because it uses Amazon EventBridge, which is designed for scheduled events and requires minimal setup. The other options involve more complex configurations, such as managing EC2 instances or creating state machines, which would increase the development effort unnecessarily.