
Answer-first summary for fast verification
Answer: API Gateway exposing Lambda Functionality
Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. APIs act as the "front door" for applications to access data, business logic, or functionality from your backend services.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As an AWS Certified Developer Associate, you have been hired to collaborate with a development team at a company to design and implement a REST API. The company's goal is to adopt a serverless architecture to enhance scalability, reduce server management overhead, and optimize cost-efficiency.
Based on this objective, which of the following solutions will you choose to transition the company to a serverless architecture paradigm?
A
API Gateway exposing Lambda Functionality
B
Public-facing Application Load Balancer with ECS on Amazon EC2
C
Fargate with Lambda at the front
D
Route 53 with EC2 as backend
No comments yet.