14-05 API Gateway
What is an API Gateway?
- An API Gateway is a program that sits between a single-entry point and multiple backends.
- API Gateway allows for throttling, logging, routing logic, or formatting of the request and response
# Amazon API Gateway
#aws-service
Amazon API Gateway is a solution for creating secure APIs in your cloud environment at any scale.
Create APIs that act as a front door for applications to access data, business logic, or functionality from back-end services.