Question 314:
Your team is currently publishing items to an S3 bucket. You need to record the size of the objects in a separate DynamoDB table. How can you ensure that each uploaded object triggers a record in the DynamoDB table in an ideal manner? Choose 2 answers from the options given below.
Answer options:
A.Create a new SQS queue. B.Create a new Lambda function. C.Add the SQS queue to the source event for the S3 bucket. D.Add the Lambda function to the source event for the S3 bucket.