Fully managed API gateway with AWS API Gateway compatibility. Create, deploy, and manage APIs with authentication, rate limiting, and monitoring.
Tier | API Requests | Price per Million | Features |
---|---|---|---|
Standard | First 333 million | £3.50 | Basic gateway |
Premium | Next 667 million | £2.80 | Advanced features |
Enterprise | Over 1 billion | £1.75 | Custom solutions |
Manage your api gateway through our professional console interface:
Our API Gateway service provides full compatibility with Amazon API Gateway, enabling seamless migration of existing API configurations.
Key compatibility features:
• Complete API Gateway REST API support
• AWS CLI and SDK integration
• Lambda function integrations
• Custom authorizers and request validation
• CloudFormation template compatibility
Example AWS CLI usage:
```bash
aws apigatewayv2 create-api --name my-api --protocol-type HTTP --endpoint-url https://aws.piranha.sh
aws apigatewayv2 create-route --api-id abc123 --route-key "GET /users" --endpoint-url https://aws.piranha.sh
aws apigatewayv2 create-deployment --api-id abc123 --stage-name prod
```
Deploy your first API with API Gateway:
1. **Create API**: Set up a new REST or HTTP API
2. **Define Routes**: Configure endpoints, methods, and parameters
3. **Add Integrations**: Connect to backend services or Lambda functions
4. **Set Security**: Configure authentication, CORS, and rate limiting
5. **Deploy & Monitor**: Publish your API and track usage analytics
Fully compatible with existing AWS API Gateway workflows and tools.