
Ultimate access to all questions.
A company's AWS Lambda function, processing records from an Amazon Kinesis data stream, is experiencing slow record processing. The developer identifies an increasing iterator age metric and consistently high Lambda run duration. What actions can the developer take to enhance processing speed?
A
Increase the Kinesis data stream's shard count.
B
Reduce the Lambda function's timeout setting.
C
Allocate more memory to the Lambda function.
D
Reduce the Kinesis data stream's shard count.
E
Extend the Lambda function's timeout setting.