Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1867 results
Hi,
I am trying to secure a websocket api using cognito. I created a lambda authorizer following the documentation and forums posts, and I deploy everything using AWS SAM CLI. My template looks like ...
Hi there,
I have a CloudFormation setup that I hope to use to automatically index documents in OpenSearch. I've set up an ingestion bucket in S3; when a file's dropped in the bucket, it triggers a L...
How do I add CloudFront Viewer location headers, specifically latitude and longitude, to Edge-Optimized API Gateway calls? The calls are routed to lambdas that perform business logic and return a resp...
We have a HTTP API using a custom Lambda authorizer with caching enabled as described [here](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html#http-api-lambd...
Hi everyone,
I need help understanding how to monitor which API Gateway (both REST API and HTTP API) has generated the highest request count using CloudWatch. My goal is to identify which API is cont...
What's the recommended way for an application to detect that the application is talking to LocalStack rather than real AWS? My use-case is working around a behavioral difference between LocalStack an...
Hello,
The main issue is that in the WAF console, I do not see any ressources to be associated with my ACL rule.

Before that, I want...
I just see an option to create VPC link to NLB, there is nothing elese e.g. Cloudmap which is available for HTTP based apis. I am using ECS Service connect.
I was going through the pricing document for AWS API Gateway. It lists that I will be charged for the API calls that are made to the endpoint.
With regards to this,
1. Would I be charged if the API ke...
API Gateway does not list EKS under AWS service integrations, and EKS API requires signed requests. It would be nice to be able to expose EKS cluster metadata to external systems securely without addi...
Is there any way I can use the API Gateway to route POST requests to different Lambda functions, depending on a simple test of the POST body? eg `body.action == "create"` ?
Hi
I have a private REST API Gateway endpoint. This one I need to access from on prem. So I have established a site-to-site vpn connection. Connectivity to my VPC is working fine. In order to access ...