AWS Certified Solutions Architect Associate SAA-C03 Practice Question
A company is building a web application with a microservices architecture. One of the services needs to process orders submitted by users, but processing can take varying amounts of time. To ensure the system scales effectively and remains responsive, the company wants to decouple the order submission from order processing, allowing the processing service to handle orders asynchronously. Which service is the BEST choice to achieve this objective?
Amazon Lambda.
Amazon Simple Notification Service (SNS).
Amazon Simple Queue Service (SQS).
Amazon API Gateway.