A DevOps engineer is building a solution that uses Amazon Simple Queue Service (Amazon SQS) standard queues. The solution also includes an AWS Lambda function and an Amazon DynamoDB table. The Lambda function pulls content from an SQS queue event source and writes the content to the DynamoDB table. The solution must maximize the scalability of Lambda and must prevent successfully processed SQS messages from being processed multiple times. Which solution will meet these requirements? A. Decrease the batch window to 1 second when configuring the Lambda function's event source mapping. B. Decrease the batch size to 1 when configuring the Lambda function's event source mapping. C. Include the ReportBatchItemFailures value in the FunctionResponseTypes list in the Lambda function's event source mapping. D. Set the queue visibility timeout on the Lambda function's event source mapping to account for invocation throttling of the Lambda function.  Suggested Answer: B Community Answer: C This question is in DOP-C02 AWS Certified DevOps Engineer – Professional Exam For getting AWS Certified DevOps Engineer – Professional 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