By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Questions tagged with Amazon API Gateway

fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

1779 results
Hi Team, I need to pass the X-Forwarded-Host and X-Forwarded-Port headers from API gateway to the back-end hosts which are behind load balancer. Appreciate if somebody could guide a step-by-step appr...
Accepted AnswerAmazon API Gateway
2
answers
0
votes
112
views
AWS
asked 22 days ago
I have an API running on API Gateway with a Cognito Authorizer and a Lambda as my backend. The average response time (without cold start) of the API is around 300 - 400ms when I hit it from Postman....
3
answers
0
votes
124
views
asked 24 days ago
We have an AWS API Gateway in one account, and a user in our MarketPlace account with all the necessary IAM permissions. The URL to execute a POST command points to the API Gateway account, and for t...
1
answers
0
votes
34
views
asked 24 days ago
Hi Everyone, My project is using .NET Core sit in EC2 with an instance role. When I call API Gateway HTTP API with authorizer is IAM Role, I'm using a function InstanceProfileAWSCredentials(). Somet...
1
answers
0
votes
31
views
asked 25 days ago
I'm using Amazon API Gateway (either REST or HTTP API) with an authorizer, and I access my backend through a PrivateLink. I want to retrieve information about the Cognito user accessing the API and se...
1
answers
0
votes
28
views
asked 25 days ago
I want to restrict API Gateway HTTP API access through CloudFront. I was looking at this [blog post](https://aws.amazon.com/blogs/security/protect-apis-with-amazon-api-gateway-and-perimeter-protection...
1
answers
0
votes
77
views
asked a month ago
Previously I used aws lambda and apigateway to create applications, for several months it went smoothly, and I added a lot of custom domains (subdomains) for each api (microservice) that I created, bu...
2
answers
0
votes
67
views
asked a month ago
I've configured a JTW authorizer type for one of the routes in my HTTP API Gatway. I've saved, and the stage is set to autodeploy. When I refresh the Authorization tab in API Gateway I see that the au...
1
answers
0
votes
44
views
asked a month ago
Hi, I've seen that API Gateway's HTTP APIs are supposed to be Generally Available. However, they are not available in the eu-south-2 region. Are there any plans to add this feature?
2
answers
0
votes
47
views
asked a month ago
I have a Route inside the API HTTP Gateway that redirect to my MVPS machine. On this machine are resident the APIs used by our SW infrastructure. Sometimes, from our WebAPP, we received an error 503, ...
1
answers
0
votes
30
views
asked a month ago
I have an ECS service with port mapping to 8082. This currently also has a public IP. If I now create a CloudMap integration for the service, do I have to enter a port there or can I ignore the port? ...
1
answers
0
votes
34
views
asked a month ago
I have a Fargate service in my ECS cluster. I would like to make the service accessible externally to be able to debug better. What is the best way to do this?
2
answers
0
votes
58
views
asked a month ago