AWS Certified Solutions Architect – Professional (SAP-C02) — Question 29

A company is storing data in several Amazon DynamoDB tables. A solutions architect must use a serverless architecture to make the data accessible publicly through a simple API over HTTPS. The solution must scale automatically in response to demand.
Which solutions meet these requirements? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because it utilizes Amazon API Gateway REST API with direct integration to DynamoDB, allowing for serverless operations and public accessibility. Option C is also valid as it connects an HTTP API to AWS Lambda functions, which can retrieve data from DynamoDB, ensuring scalability. Options B, D, and E do not adequately meet the requirement for direct and efficient access to DynamoDB in a serverless manner.