
Ultimate access to all questions.
The development team at a company needs to create an automated process where vendor records are inserted into an Amazon DynamoDB table whenever a vendor uploads a new file into an Amazon S3 bucket. Given this requirement, as a Developer Associate, what sequence of actions would you suggest to implement this solution?
A
Develop a Lambda function that will poll the S3 bucket and then insert the records into DynamoDB
B
Set up an event with Amazon CloudWatch Events that will monitor the S3 bucket and then insert the records into DynamoDB
C
Create an S3 event to invoke a Lambda function that inserts records into DynamoDB
D
Write a cron job that will execute a Lambda function at a scheduled time and insert the records into DynamoDB