Create, maintain, and secure APIs at any scale.
Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. APIs act as the "front door" for applications to access data, business logic, or functionality from your backend services. Using API Gateway, you can create RESTful APIs and WebSocket APIs that enable real-time two-way communication applications. API Gateway supports containerized and serverless workloads, as well as web applications.
1 million API calls received free
How API Gateway works
Benefits
- Efficient API development
- Performance at any scale
- Cost savings at scale
- Easy monitoring
- Flexible security controls
- RESTful API options
Get started - example
REST API > Build
Create API
API name: first-API-Gateway
Create resource
Resource name: hello-world-API
Edit integration response > Mapping templates
{
"message": "Hello world from API Gateway"
}
Save
Top comments (0)