Topic 1 Question 27
2 つ選択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?
Create an Amazon API Gateway REST API. Configure this API with direct integrations to DynamoDB by using API Gateway’s AWS integration type.
Create an Amazon API Gateway HTTP API. Configure this API with direct integrations to Dynamo DB by using API Gateway’s AWS integration type.
Create an Amazon API Gateway HTTP API. Configure this API with integrations to AWS Lambda functions that return data from the DynamoDB tables.
Create an accelerator in AWS Global Accelerator. Configure this accelerator with AWS [email protected] function integrations that return data from the DynamoDB tables.
Create a Network Load Balancer. Configure listener rules to forward requests to the appropriate AWS Lambda functions.
ユーザの投票
コメント(15)
- 正解だと思う選択肢: AC
A and C. API Gateway REST API can invoke DynamoDB directly. https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-overview-developer-experience.html
👍 15Untamables2022/12/28 - 正解だと思う選択肢: AC
A and C are the correct answers. A. Create an Amazon API Gateway REST API. Configure this API with direct integrations to DynamoDB by using API Gateway’s AWS integration type. C. Create an Amazon API Gateway HTTP API. Configure this API with integrations to AWS Lambda functions that return data from the DynamoDB tables. By Using Amazon API Gateway, the solution will automatically scale in response to demand, and it will also provide a simple API over HTTPS. While using the Lambda function the data can be accessed from the DynamoDB tables.
👍 4masetromain2023/01/13 - 正解だと思う選択肢: CD👍 3masetromain2022/12/13
シャッフルモード