Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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...
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 ...
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...
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....