Q5 — AWS SAA-C03 Ch.4

Question 5 of 105 | ← Chapter 4

Q200. A company is building an ecommerce web application on AWS. The application sends information about new orders to an Amazon API Gateway RESTAPI to process. The company wants to ensure that orders are processed in the order that they are received.Which solution will meet these requirements?

Correct Answer: B. Use an API Gateway integration to send a message to an Amazon Simple Queue Service (Amazon SQS) FIFO queue when the application receives an order. Configure the SQS FIFO queue to invoke an AWS Lambda function for processing