Examtopics

AWS Certified Developer - Associate
  • Topic 1 Question 342

    A company uses an AWS Lambda function to call a third-party service. The third-party service has a limit of requests each minute. If the number of requests exceeds the limit, the third-party service returns rate-limiting errors.

    A developer needs to configure the Lambda function to avoid receiving rate limiting errors from the third-party service.

    Which solution will meet these requirements?

    • Set the reserved concurrency on the Lambda function to match the number of concurrent requests that the third-party service allows.

    • Decrease the memory that is allocated to the Lambda function.

    • Set the provisioned concurrency on the Lambda function to match the number of concurrent requests that the third-party service allows.

    • Increase the timeout value that is specified on the Lambda function.


    シャッフルモード