Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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...
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...
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...
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...
**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...
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...
Are APIGW DataTraceEnabled and LoggingLevel exclusive of each other? In other words, if DataTraceEnabled=true and LoggingLevel=OFF is data tracing still on?
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 (...
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...
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...
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...
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 ...