API Versioning Approach With AWS API Gateway

Abstract

In this post, I have tried to describe the steps and artifacts require to implement Amazon API Gateway based REST API versioning strategy.

Introduction

There is a requirement to versioning the REST API in one of our projects. These REST APIs should be generic enough to support multitenancy and multiple versions. As these APIs will be used by multiple customers, there is a possibility where two different customers can use two different versions of the API simultaneously. https://goo.gl/rJbw47 #DataIntegration #ML