[AWS Cloud Fundamental Notes] API Gateway
Introduction to API Gateway and its usage and operational mechanism
As the “front door” for applications to access data, business logic, or functionality from backend services.
When using API Gateway, you can create RESTful APIs and WebSocket APIs to enable real-time bidirectional communication applications.
API Gateway supports containerized, serverless workloads, and web applications.
