Q40 — AWS SAA-C03 Ch.4

Question 40 of 105 | ← Chapter 4

Q235. A company is designing an application. The application uses an AWS Lambda function to receive information through Amazon API Gateway and to store the information in an Amazon Aurora PostgreSQL database.During the proof-of-concept stage, the company has to increase the Lambda quotas significantly to handle the high volumes of data that the company needs to load into the database.A solutions architect must recommend anew design to improve scalability and minimize the configuration effort.Which solution will meet these requirements?

Correct Answer: D. Set up two Lambda functions. Configure one function to receive the information. Configure the other function to load the information into the database. Integrate the Lambda functions by using an Amazon Simple Queue Service (Amazon SQS)queue.