Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer address the HTTP 429 Too Many Requests error from a third-party API in an application where Amazon SQS triggers a Lambda function for message processing, especially after an increase in usage?
A
Modify the SQS batch size setting.
B
Set up provisioned concurrency for the Lambda function.
C
Adjust Lambda's retry and event age settings.
D
Limit concurrency on the SQS event source.