
Ultimate access to all questions.
A company's asynchronous API, deployed via Amazon API Gateway, and a Lambda function interfacing with Amazon DynamoDB, is experiencing availability issues despite budget-constrained throughput provisioning. How can a solutions architect mitigate request loss without affecting current users?
A
Implement API Gateway throttling with server-side limits.
B
Integrate DynamoDB Accelerator (DAX) with Lambda for write buffering to DynamoDB.
C
Establish a secondary DynamoDB index for the user request table.
D
Employ Amazon SQS with Lambda to manage write buffering to DynamoDB.