SAP-C02 · Question #877
SAP-C02 Question #877: Real Exam Question with Answer & Explanation
The correct answer is A: Create an Amazon API Gateway REST API. Configure this API with direct integrations to. 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 scal
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
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.
Community Discussion
No community discussion yet for this question.