ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

308 / 690

Question 308:

An application currently allows users to upload files to an S3 bucket. You want to ensure that the file name for each uploaded file is stored in a DynamoDB table. How could this be achieved? (SELECT TWO)

Answer options:

A.Create an AWS Lambda function to insert the required entry for each uploaded file.
B.Use AWS CloudWatch to probe for any S3 event.
C.Add an event in S3 with notification send to Lambda.
D.Add the CloudWatch event to the DynamoDB table streams section.