A developer is creating an AWS Lambda function to process streaming data from an Amazon Kinesis data stream. When the Lambda function parses the data and encounters a malformed record from the stream, the Lambda function exits with an error. The developer is observing duplicate records downstream from the function. When the developer uses a different client to examine the Kinesis data stream output, no duplicate records are visible in the stream. What is the reason for the duplicate records? A. The Lambda function did not advance the Kinesis data stream pointer to the next record after the error. B. The Lambda event source used asynchronous invocation. C. The Lambda function did not handle the error, and the Lambda service attempted to reprocess the data. D. The Lambda function did not keep up with the amount of data that was coming from the Kinesis data stream.  Suggested Answer: C 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