Understanding the scope of the API Gateway, its capabilities, boundaries and common implementation mistakes. At its core, the function of an API gateway is to act as a transit between different services/applications (not necessarily micro-services). It is commonly used in the context of Cloud native architecture but not exclusively as…