Solved

A Developer Is Creating an AWS Lambda Function to Process

Question 76

Multiple Choice

A Developer is creating an AWS Lambda function to process a stream of data from an Amazon Kinesis Data Stream. When the Lambda function parses the data and encounters a missing field, it exits the function with an error. The function is generating duplicate records from the Kinesis stream. When the Developer looks at the stream output without the Lambda function, there are no duplicate records. What is the reason for the duplicates?


A) The Lambda function did not advance the Kinesis stream pointer to the next record after the error.
B) The Lambda event source used asynchronous invocation, resulting in duplicate records.
C) The Lambda function did not handle the error, and the Lambda service attempted to reprocess the data.
D) The Lambda function is not keeping up with the amount of data coming from the stream.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions