AWS Certified Developer Associate DVA-C02 Practice Question
A developer needs to process a stream of incoming data and update a DynamoDB table accordingly. The developer has decided to use a Lambda function to process the batches of records as they arrive and update DynamoDB. Which AWS service should be used to trigger the Lambda function in response to the incoming data stream?
Employ Amazon SNS to publish messages that trigger the Lambda function.
Configure Amazon S3 event notifications to trigger the Lambda function.
Use Amazon Kinesis Data Streams to trigger the Lambda function.
Utilize Amazon SQS to queue the data and trigger the Lambda function.