Complete the code to show the main role of an API Gateway in a system.
An API Gateway acts as a [1] between clients and backend services.
The API Gateway acts as a bridge that connects clients to backend services, managing requests and responses.
Complete the code to describe a key feature of API Gateway.
API Gateway helps to [1] incoming requests to protect backend services.API Gateway filters incoming requests to allow only valid and authorized traffic to backend services.
Fix the error in the sentence about API Gateway's role in scaling.
API Gateway helps backend services by [1] the load from many client requests.
API Gateway balances the load by distributing client requests efficiently to backend services.
Fill both blanks to complete the sentence about API Gateway features.
API Gateway provides [1] and [2] to secure and monitor APIs.
API Gateway provides authentication to verify users and logging to monitor API usage.
Fill all three blanks to complete the sentence about API Gateway benefits.
API Gateway helps by [1] requests, [2] backend services, and [3] API versions.
API Gateway routes requests to the right place, protects backend services, and manages different API versions.