API Gateway is a fully managed API endpoint service that creates, manages, publishes, monitors, secures, and scales APIs. API Gateway can use other AWS services (Lambda, DynamoDB) for compute and store.
https://aws.amazon.com/api-gateway/
- API (Application Programming Interface): Applications use APIs to communicate with other applications.
- API Gateway is often used as the front door to a serverless application.
