MSP

Kong as an API Gateway: Centralizing Microservice Traffic with Konga and Flask

Introduction As applications move from monoliths to microservices, every new service tends to expose its own API. That sounds fine at first—until each service also has to handle its own authentication, rate limiting, logging, and routing. The result is duplicated logic scattered across every service, and clients that need to know about every backend individually. […]

Sankalp Batra
Sankalp Batra
Read

Cloud Managed Services

Connecting AWS API Gateway from Non AWS Environment using a private communication channel

 What is API Gateway An API gateway is an API management tool between a client and a collection of backend services. An API gateway acts as a reverse proxy to accept all application programming interface (API) calls, aggregate the services required to fulfill them, and return the appropriate result. Problem Statement How to access a […]