Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To achieve real-time record insertion into an Amazon DynamoDB table upon the addition of a new file in an Amazon S3 bucket, which AWS service configuration is required?
A
Utilize Amazon EventBridge to create an event that triggers record insertion into DynamoDB upon S3 bucket changes.
B
Set up an S3 bucket event notification to directly invoke an AWS Lambda function for inserting records into DynamoDB.
C
Develop an AWS Lambda function to periodically check the S3 bucket for new files and subsequently insert records into DynamoDB.
D
Implement a scheduled cron job to periodically insert records into DynamoDB after new files are added to the S3 bucket.