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

All Content 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
1874 results
We have an API Gateway that uses a lambda integration (the lambda is IN our VPC), our internal system POSTs to the api gateway and then our lambda triggers, within this lambda we POST out to a 3rd par...
3
answers
1
votes
58
views
asked 11 days ago
This error has been extremely difficult to pin down as it seems to happen intermittently, however I can't have it happening in production as it completely ruins the user experience. Essentially I ha...
1
answers
1
votes
46
views
asked 11 days ago
**Context :** I have the following "simple" infrastructure : client --- mTLS request --> api gateway --> lambda **Test #1 : mTLS request:** I've tested a loop of 50 calls on my API with mTLS, and dep...
1
answers
0
votes
57
views
asked 11 days ago
I am trying to invoke an API Gateway endpoint using CPP SDK. The script is running fine on Windows. But when deployed on Amazon Linux 2023, I get response -1,REQUEST_NOT_MADE. Aws::Client::ClientCon...
2
answers
0
votes
27
views
Are APIGW DataTraceEnabled and LoggingLevel exclusive of each other? In other words, if DataTraceEnabled=true and LoggingLevel=OFF is data tracing still on?
Accepted AnswerAmazon API Gateway
2
answers
0
votes
21
views
asked 13 days ago
Hi, I have the following deployment: 1. **Region1:** API Gateway (*apigw1*) backed by lambda function (*myFunc*) exposed via custom domain name (say, *api.mydomain.com*) 2. **Region2:** API Gateway (...
2
answers
0
votes
36
views
asked 17 days ago
Hi re:Post Community, I am currently using Cloudflare in front of my HTTP API Gateway, but I’ve noticed that the API Gateway access logs only capture the resource IP (Cloudflare IP) instead of the or...
Accepted AnswerAmazon API Gateway
2
answers
1
votes
60
views
asked 17 days ago
Hello AWS Community, I am facing an issue when using AWS API Gateway with a REST API connected to a Standard Queue (SQS). Specifically, I am trying to send messages to the queue using a custom mappin...
1
answers
0
votes
61
views
asked 18 days ago
I’m working on creating a schedule in AWS EventBridge to invoke an API Gateway endpoint at a specific rate. However, I’m encountering an issue where I can’t directly specify the API Gateway endpoint w...
3
answers
0
votes
62
views
asked 19 days ago
AWS, Is there a way to supply a specific REST resource such as: GET:/users/{userId} in an API Gateway Lambda authorizer policy that matches the above endpoint (including all values of userId), but ...
2
answers
0
votes
91
views
asked 19 days ago
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
108
views
AWS
asked 20 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
122
views
asked 22 days ago