Making custom APIs
The Worker Gateway service not only exposes the low-level REST API for invocations but also provides a way to define fully customizable HTTP APIs. Future versions will support other protocols as well such as gRPC or GraphQL.
- Define the API definition
- Register/Upload the API definition
- Deploy the API definition
- Try out the deployed API
- Troubleshooting the deployment
- Make your APIs secure
- CORS setup in API Gateway
- Response Mapping with Rib
- Automatic Documentation for endpoints
- Constraints on component updates after deployment
- Support to import OpenAPI spec
- Integration with existing API Gateways