Solved

An Application Writes Items to an Amazon DynamoDB Table

Question 270

Multiple Choice

An application writes items to an Amazon DynamoDB table. As the application scales to thousands of instances, calls to the DynamoDB API generate occasional ThrottlingException errors. The application is coded in a language incompatible with the AWS SDK. How should the error be handled?


A) Add exponential backoff to the application logic
B) Use Amazon SQS as an API message bus
C) Pass API calls through Amazon API Gateway
D) Send the items to DynamoDB through Amazon Kinesis Data Firehose

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions