versioning
2 posts
API Versioning Strategies in Practice: From First Release to Sunset
A comprehensive guide to API versioning strategies covering URL vs header approaches, breaking changes, deprecation with Sunset headers, AWS API Gateway patterns, GraphQL evolution, and consumer-driven contract testing.
api-designversioningrest-api+7
December 22, 2025Development
API Versioning with AWS CDK: A Production Case Study
A technical case study on implementing multi-version APIs in production. Failed approaches, working solutions, and CDK patterns for managing API evolution.
api-gatewayawsaws-cdk+3
September 4, 2025Cloud Computing