AWS SAP-C02 · Question 14 · Domain 1.3: Reliability and Resilience
An architecture relies on Amazon SQS and AWS Lambda. During peak loads, the downstream API that Lambda calls becomes overwhelmed and throttles requests. The architect needs to ensure no messages are lost and the system recovers gracefully. What should be implemented?
Answer options:
Increase the Lambda concurrency limit to process messages faster.
Configure a Dead Letter Queue (DLQ) on the SQS queue. Implement exponential backoff in the Lambda function.
Replace SQS with Amazon SNS to push messages directly to the API.
Use AWS Step Functions to replace Lambda.
75 questions · hints · full answers · grading