Top "Api-gateway" questions

A service which acts as a gateway for many other services.

API Gateway Caching vs CloudFront

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-gateway
Websockets in microservices architecture

Let'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-gateway
What are the option to API gateway with docker?

I'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 tyk
ASP.NET Core Api-Gateway middleware

I 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 ocelot
Netflix-Zuul vs Mashape-Kong

Both 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 mashape
How to Specify custom filter in application.yml Spring Cloud Gateway

I 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-gateway
How to choose an API gateway in Kubernetes?

We'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-gateway
Passing event from API gateway to Lambda

I 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-gateway
Custom Authentication Service in Kong API Gateway

We are currently analyzing the API gateway for our microservices and Kong is one of the possible candidate. We discovered …

authentication kong api-gateway
Is there a difference between API gateway pattern and BFF?

My understanding is that API gateway pattern is like a proxy to all microservices. So client calls the API gateway …

microservices netflix-zuul api-gateway