Question 633:
You have created a Lambda function for reading data from the Kinesis stream of transactions. In the code, you were using a context logger to log to CloudWatch, and you can monitor them at a later point of time. Lambda function started running along with Kinesis stream. However, you do not see any log entries for the new Lambda function. What could be the reason?
Answer options:
A.Lambda functions with Kinesis stream as event source do not write logs to CloudWatch. B.Lambda execution role policy does not have access to create CloudWatch logs. C.Lambda function execution logs will be written to CloudTrail, not to CloudWatch. D.Active tracing is not enabled on the Lambda function setup configuration.