Question 27:
A DynamoDB table has Time to Live (TTL) enabled. A solution for processing items deleted by TTL needs to be implemented. What is the optimal solution to this requirement?
Answer options:
A.Enable continuous backups with point-in-time recovery for the table. B.Enable DynamoDB Streams on the table. C.Use CloudWatch Events to collect TTL delete events. Create a Lambda function to process the event. Configure the Lambda function as the target for CloudWatch Events. D.Use CloudTrail to collect TTL delete events. Create a Lambda function to process the event. Create an SNS Topic and trigger a Lambda function to process the event.