A service which acts as a gateway for many other services.
I'm a bit confused by how API Gateway and CloudFront work together. Ultimately, I want to be able to have …
amazon-web-services amazon-cloudfront aws-api-gateway api-gatewayLet's say we have a notification service which read an event from message queue and notify all web clients in …
web-applications websocket microservices api-gatewayI've created several RESTful microservices and dockerized them. Now I want to have a web-based UI for them and the …
docker authentication microservices api-gateway tykI am new to API gateways and have a question of understanding. I try too put a series of (micro)…
c# asp.net asp.net-core api-gateway ocelotBoth Zuul and kong serve as a good API gateway layer in a microservices architecture. What are some important differences …
microservices netflix-zuul api-gateway kong mashapeI have a custom gateway filter MYGatewayFilter.java file now i want to use this gateway filter with my route …
java spring spring-boot spring-cloud-netflix api-gatewayWe've used Zuul as API gateway for a while in Microservices scene, recently we decided to move to Kubernetes and …
kubernetes netflix-zuul istio api-gatewayI have a lambda function that can received JSON in many different forms. The idea is to receive that through …
amazon-web-services aws-lambda api-gatewayWe are currently analyzing the API gateway for our microservices and Kong is one of the possible candidate. We discovered …
authentication kong api-gatewayMy understanding is that API gateway pattern is like a proxy to all microservices. So client calls the API gateway …
microservices netflix-zuul api-gateway