A developer has built an AWS Lambda function to update a legacy system. The developer has set the Lambda function’s trigger type to Amazon EventBridge. The legacy system was overwhelmed after the initial deployment of the Lambda function. The root cause was too many requests to the legacy system at the same time. The developer needs to limit the number of requests to the legacy system and must maintain high throughput. Which solution will meet these requirements without requiring architecture changes? A. Configure provisioned concurrency for the Lambda function. Set the provisioned concurrency to the desired number of maximum simultaneous function calls. B. Create an Amazon Simple Queue Service (Amazon SQS) FIFO queue. Configure the SQS queue to invoke the Lambda function. Update the EventBridge rule to target the SQS queue. C. Configure reserved concurrency for the Lambda function. Increase the number of asynchronous invocation retry attempts and the maximum event age for the Lambda function. D. Create an Amazon Simple Queue Service (Amazon SQS) standard queue. Configure the SQS queue to invoke the Lambda function. Update the EventBridge rule to target the SQS queue.Configure reserved concurrency for the Lambda function. Suggested Answer: D Community Answer: C This question is in DVA-C01 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer