nerdexam
Amazon

SAP-C02 · Question #877

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…

The correct answer is A. Create an Amazon API Gateway REST API. Configure this API with direct integrations to C. Create an Amazon API Gateway HTTP API. Configure this API with integrations to AWS Lambda. API Gateway REST API can directly integrate with DynamoDB using the AWS service integration, providing a fully serverless, HTTPS-accessible, auto-scaling API. API Gateway HTTP API integrating with AWS Lambda functions that query DynamoDB is a standard serverless pattern that…

Submitted by cyberguy42· Mar 6, 2026Design High-Performing Architectures

Question

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.)

Options

  • ACreate an Amazon API Gateway REST API. Configure this API with direct integrations to
  • BCreate an Amazon API Gateway HTTP API. Configure this API with direct integrations to
  • CCreate an Amazon API Gateway HTTP API. Configure this API with integrations to AWS Lambda
  • DCreate an accelerator in AWS Global Accelerator. Configure this accelerator with AWS
  • ECreate a Network Load Balancer. Configure listener rules to forward requests to the appropriate

How the community answered

(27 responses)
  • A
    81% (22)
  • B
    4% (1)
  • D
    4% (1)
  • E
    11% (3)

Explanation

API Gateway REST API can directly integrate with DynamoDB using the AWS service integration, providing a fully serverless, HTTPS-accessible, auto-scaling API. API Gateway HTTP API integrating with AWS Lambda functions that query DynamoDB is a standard serverless pattern that scales automatically and exposes data over HTTPS.

Topics

#API Gateway#DynamoDB integration#Lambda#serverless architecture

Community Discussion

No community discussion yet for this question.

Full SAP-C02 Practice