A municipality wants one HTTPS hostname for clients that reaches load-balanced microservices and several Oracle Functions without handing out raw function invoke URLs. Which component should sit in front?
Select an answer to reveal the explanation.
Short Explanation
API Gateway is the city’s single reception desk: one hostname, many back offices. Clients get a proper API contract instead of raw function invoke URLs.
Full Explanation
OCI API Gateway is placed in a regional subnet to accept API-client traffic and route it to back-end services. A single gateway can front load balancers, compute HTTP endpoints, and OCI Functions under one hostname. Clients should not receive raw function invoke URLs when you need a public API contract.