Q: 19
A developer is creating an application that will give users the ability to store photos from their
cellphones in the cloud. The application needs to support tens of thousands of users. The application
uses an Amazon API Gateway REST API that is integrated with AWS Lambda functions to process the
photos. The application stores details about the photos in Amazon DynamoDB.
Users need to create an account to access the application. In the application, users must be able to
upload photos and retrieve previously uploaded photos. The photos will range in size from 300 KB to
5 MB.
Which solution will meet these requirements with the LEAST operational overhead?
Options
Discussion
B not A. Had something like this in a mock before and DynamoDB can't handle files that big, so S3 is the way to go for actual photo storage. Cognito plus API Gateway keeps it serverless and low maintenance. Anyone disagree?
Be respectful. No spam.
Question 19 of 35