Question 241:
You’re developing an application that will need to do the following. · Upload images via a front end from users. · Store the images in S3. · Add the location of the images to a DynamoDB table. Which of the following two options would be part of the implementation process? Please choose two correct answers.
Answer options:
A.Add a Lambda function that would respond to events in S3. B.Add a message to an SQS queue after the object is inserted into the bucket. C.Ensure that the Lambda function has access to the DynamoDB table. D.Ensure that the SQS service has access to the DynamoDB table.