List of questions
Related questions
Question 139 - DVA-C02 discussion
A developer is troubleshooting an application in an integration environment. In the application, an Amazon Simple Queue Service (Amazon SQS) queue consumes messages and then an AWS Lambda function processes the messages. The Lambda function transforms the messages and makes an API call to a third-party service.
There has been an increase in application usage. The third-party API frequently returns an HTTP 429 Too Many Requests error message. The error message prevents a significant number of messages from being processed successfully.
How can the developer resolve this issue?
A.
Increase the SQS event source's batch size setting.
B.
Configure provisioned concurrency for the Lambda function based on the third-party API's documented rate limits.
C.
Increase the retry attempts and maximum event age in the Lambda function's asynchronous configuration.
D.
Configure maximum concurrency on the SQS event source based on the third-party service's documented rate limits.
Your answer:
0 comments
Sorted by
Leave a comment first