
Ultimate access to all questions.
In the design of an application utilizing AWS Lambda for data reception via Amazon API Gateway and storage in an Amazon Aurora PostgreSQL database, a solutions architect is tasked with recommending a scalable design that minimizes configuration effort, especially during the proof-of-concept phase where high data volumes necessitate increased Lambda quotas. What is the recommended solution?
A
Refactoring to Apache Tomcat on Amazon EC2 instances with JDBC for database connectivity.
B
Switching to Amazon DynamoDB with a DAX cluster for accelerated API calls.
C
Implementing two Lambda functions with Amazon SNS for integration to handle information reception and database loading.
D
Using two Lambda functions with Amazon SQS for integration to manage information reception and database loading.