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 ...
1
answers
0
votes
52
views
asked a month ago
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...
2
answers
0
votes
81
views
asked a month ago
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...
1
answers
0
votes
146
views
asked a month ago
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...
2
answers
0
votes
74
views
asked a month ago
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...
2
answers
0
votes
224
views
asked 2 months ago
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...
Accepted AnswerAmazon API Gateway
3
answers
0
votes
79
views
asked 2 months ago
Hello, The main issue is that in the WAF console, I do not see any ressources to be associated with my ACL rule. ![Screenshot](/media/postImages/original/IMqU5hkBycQo-nUdfj7VAuPg) Before that, I want...
1
answers
0
votes
47
views
asked 2 months ago
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.
2
answers
0
votes
76
views
asked 2 months ago
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...
2
answers
0
votes
95
views
asked 2 months ago
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...
1
answers
0
votes
47
views
asked 2 months ago
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"` ?
3
answers
0
votes
164
views
asked 2 months ago
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 ...
2
answers
0
votes
79
views
asked 2 months ago