🔥 3-day streak
AWS Certified Developer - Associate106 / 150
Question 106 of 150
A developer writes a Lambda function that calls a third-party payment API over HTTPS. During periodic load spikes, the third-party API returns HTTP 429 (Too Many Requests) responses, and many transactions fail. The developer wants the function to automatically re-attempt these calls in a way that reduces the chance of overwhelming the API and avoids many clients retrying at exactly the same moment. Which approach should the developer implement in the function code?
Reviewed for accuracy · Report an issueNext question