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
I have configured a private API Gateway and want to integrate it with AWS Amplify. My application code calls the private API Gateway internally, but it is not working as expected. 1. Is there a speci...
1
answers
0
votes
35
views
asked 8 days ago
What are the pros and cons of using Lambda authorizers versus Cognito authorizers in API Gateway? Which option is more secure? We need to implement group-level and resource-based authorization. In De...
2
answers
0
votes
103
views
profile picture
asked 10 days ago
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 12 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
47
views
asked 13 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 13 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 14 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 18 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 19 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
63
views
asked 20 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
63
views
asked 21 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
92
views
asked 21 days ago