Question 159:
You are developing an application that would be used to upload images from users. You need to effectively store the images and also the name of the user who uploaded the image. How would you accomplish this? Choose 2 answers from the options given below.
Answer options:
A.Store the images in DynamoDB.B.Store the images in S3. C.Store the name of the user in S3. D.Store the name of the user in DynamoDB.