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

A company has an ecommerce application. The application's API sends order data to an Amazon Simple Queue Service (Amazon SOS) queue. A developer needs to modify the application to enrich the order data before the application sends the order data to a fulfillment system.

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

Answer options

Correct answer: D

Explanation

Amazon EventBridge Pipes provides a direct, low-code integration to connect supported sources (like Amazon SQS) to targets while supporting intermediate enrichment steps, resulting in the least development effort. Other options, such as orchestrating Step Functions, setting up EMR clusters, or manually managing Lambda/SNS combinations, introduce unnecessary architectural complexity and higher operational overhead for a simple data enrichment pipeline.