Transformation Overview
API transformation allows you to modify requests and responses as they pass through the API Gateway. This enables compatibility between different API versions, data formats, and client requirements without modifying your backend services.
Data Transformation Pipeline
Why Use Transformations?
- API Evolution: Support multiple API versions simultaneously
- Format Conversion: Transform between JSON, XML, and other formats
- Schema Mapping: Map client schemas to backend schemas
- Data Enrichment: Add computed fields or metadata
- Legacy Integration: Connect modern clients with legacy backends