Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer configure an AWS Lambda function to prevent rate-limiting errors when calling a third-party service with a request limit per minute?
A
By setting the reserved concurrency to align with the third-party service's concurrent request allowance.
B
By reducing the allocated memory to the Lambda function.
C
By setting provisioned concurrency to match the third-party service's concurrent request allowance.
D
By extending the Lambda function's specified timeout value.