api-gateway Questions

4

Solved

I've set up an API Gateway using WebSocket protocol. On the '$connect' route request setting, I selected 'AWS_IAM' as the authorization method. The web app needs to make a connection to this WebSoc...

4

There's no actual guide to integrating specifically API gateway and Codebuild, so I'm looking at several and trying to adapt. I have my roles and policies set up per this documentation and have my...

4

Solved

I would like to know what is/are differences between an api gateway and Ingress controller. People tend to use these terms interchangeably due to similar functionality they offer. When I say, 'Ingr...
Troxell asked 27/11, 2019 at 13:57

2

I'm using Krakend as API-Gateway, and my configuration looks like this : { "plugin": { "folder": "/etc/krakend/plugins/authenticator/", "pattern":".s...
Decomposed asked 4/1, 2022 at 7:9

6

Solved

I have always worked on mobile technologies and now I am stepping into backend systems, more specifically systems design. I keep coming across conflicting statements for the roles of api gate...

1

Solved

I have successfully used pages/api routes in previous versions of NextJS to connect to AWS API Gateway. I'm trying to use new app router to do the same thing in app/api/route. But I'm unable to get...

4

I am trying to enable cloudwatch logs for AWS API Gateway via cloudformation template but it does not enables. I have tried setting up logginglevel to INFO in both Stage description and also Method...

3

Solved

I am facing this warning/error while forwarding the incoming http request to the downstream path. Ocelot.DownstreamRouteFinder.Middleware.DownstreamRouteFinderMiddleware: Warning: requestId: 80000...
Mandorla asked 25/5, 2020 at 7:12

5

I have application.yaml in springboot app as below spring: cloud: gateway: routes: - id: pgService uri: http://localhost:2005/ predicates: - Path=/employee/** - id: inMateService uri: http...

4

I am encountering a very peculiar problem in spring cloud gateway. Every alternate request returns a 404. This happens across all services I've configured in the api-gateway without exception. I do...
Randarandal asked 25/5, 2020 at 18:47

1

Hi all I am using the API Gateway to expose the API , when I call my API it returns header called x-amz-apigw-id=some_value. What is this header means? This is not equal to my API Gateway ID, I fou...
Felony asked 22/6, 2022 at 22:1

2

Solved

I am trying to wrap my head around the differences between an API gateway and the aggregator pattern for microservices. At the moment From my understanding the aggregator pattern functions by colle...
Preshrunk asked 19/6, 2021 at 7:52

2

I have a custom domain set up in AWS API Gateway. My intention is to use "API mappings" to send traffic for different API versions to their respective API Gateways, e.g.: GET https://exa...
Guilford asked 19/11, 2021 at 22:13

3

I am trying to generate a single swagger in my microservices project, aggregating all services' swaggers into a single one, in the API Gateway. In order to achieve this, I am following this tutoria...
Retaretable asked 6/2, 2018 at 15:6

3

I have a .net core based micro service architecture. I chose ocelot as api gateway. My frontend application is vue js based and hosted on nginx container. During a discussion today, I learned that ...
Platysma asked 27/8, 2020 at 12:10

8

ESB is traditional middleware used in SOA solutions for routing, message transformation, protocol bridging, among other things. A new category of middleware solutions called API Gateway are now off...
Diskson asked 26/1, 2016 at 12:49

2

Solved

I'm configuring spring cloud api gateway to support several security chains. To do that I'm using several security filter chains which triggered on specific security header presence: The legacy on...

4

Solved

I've created several RESTful microservices and dockerized them. Now I want to have a web-based UI for them and the ability to create users and grant permissions to them to use some of the API...
Walkway asked 21/7, 2015 at 18:13

2

Solved

I've got a Domain Driven Design solution and for some reason, I'm getting this exception at RunTime when the API call is made through GateWay: One or more errors occurred. (Method not found: 'Void...
Faris asked 10/2, 2019 at 7:47

2

I have delivered aws serverless (LAmbda, API GW & DynamoDB), but during the developers test they have faced the following error with their 'Postman' utility: { "message": "Auth...
Nessi asked 1/2, 2022 at 2:9

5

I created an API Gateway method GET with integration type "AWS Service" for "S3". I defined a Path override: {object} that is mapped from method.request.path.item As long as the path contains o...
Bruin asked 30/5, 2018 at 9:18

2

I am using Spring version - 2.4.5 Application.properties : spring.application.name = api-gateway server.port = 8765 #Had to put the below as I was facing No spring.config.import pro#perty has been ...
Jacquelynnjacquenetta asked 8/5, 2021 at 8:21

0

I have an HTTP API Gateway which has a custom domain with mappings like https://api.example.com/myapi and one route POST / which triggers Lambda. Problem is that https://api.example.com/myapi throw...
Gid asked 22/12, 2021 at 12:40

2

We are using kong api gateway as a single gateway for all apis. we are facing latency issue with few of our api's (1500-2000ms). later when we checked, latency was being created because of the "rat...
Footpath asked 3/9, 2018 at 11:24

5

Solved

I have heard of the terms "Upstream Services" and "Downstream Services" in general terms but I came across some articles on microservices architecture where they have used these...
Upanishad asked 30/10, 2019 at 11:25

© 2022 - 2024 — McMap. All rights reserved.