API Gateway Integration

5 minutes 5 Questions

API Gateway supports different types of integrations with back-end systems, such as AWS Lambda, AWS Service proxies, or HTTP proxies. This allows API Gateway to connect with various services to process incoming requests and respond accordingly. For example, a Lambda integration allows API Gateway t…

Test mode:
AWS Certified Solutions Architect - API Gateway Integration Example Questions

Test your knowledge of API Gateway Integration

Question 1

You operate a REST API on Amazon API Gateway with read-heavy GET endpoints that often return identical responses for several minutes. During peak traffic, users see increased latency due to backend load. Without changing the backend implementation, which API Gateway feature should you enable to reduce latency for repeat requests and decrease backend load?

Question 2

A company has an existing API Gateway connected to a Lambda function. The API Gateway receives POST requests from clients. As an Architect, how can you ensure that API Gateway passes the entire original request, including any newly added headers, to the Lambda function without manual modifications?

Question 3

An organization needs to expose an API privately using Amazon API Gateway so that it is reachable only from within their VPCs. They want to allow calls only from specific VPC interface endpoint IDs (for example, to whitelist selected VPCs or accounts). What is the best approach to enforce this restriction?

More API Gateway Integration questions
18 questions (total)