python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Signalr and Websockets on KrakenD API Gateway
I have had trouble implementing SignalR Microservices when using a KrakenD API Gateway.
I presume it is possible as I have had it working with both an NGINX Load Balancer and an Emissary API Gateway r...

Matt
Votes: 0
Answers: 2
Microservices Architecture - API Gateway with Aggregator
I am trying to build a system which involves a client which will talk to a few microservices. I got to the point where I realize I don't want the client to communicate directly with all the microservi...

Gilad Dahan
Votes: 0
Answers: 0
Access properties of an object via Dust.js after running JSON Parse filter
Is there any way to access properties of an object that was transformed into JSON through the jp (JSON parse) filter of Dust.js?
{
"response": {
"services": [
...
navarro_leo
Votes: 0
Answers: 0
How to allow access to an api resource with api gateway in aws?
I have an api gateway configuration with cognito authorization.
I enabled a general proxy path for all my api calls which end up with v1.
So all api resources under v1 need to be authorized.
But I hav...
Gustavo
Votes: 0
Answers: 1