Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer set up an AWS Lambda function to process changes in an Amazon DynamoDB table?
A
By creating an Amazon Kinesis data stream and setting up a trigger to link it with the Lambda function.
B
By establishing an Amazon EventBridge rule for periodic Lambda invocation and then connecting it to the DynamoDB table for change detection.
C
By enabling DynamoDB Streams and creating a trigger to link the stream with the Lambda function for real-time change processing.
D
By creating an Amazon Kinesis Data Firehose delivery stream, attaching it to the DynamoDB table, and setting the Lambda function as the destination.