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 tags to filter
Sort by most recent
1947 results
The Setup * no nat or igw * private vpc ,DNS resolution is enabled,DNS hostnames is enabled * Apigatewayv2 HTTP API (in the vpc),Default endpoint disabled * vpc endpoint for (com.amazonaws.eu-west-2....
1
answers
0
votes
23
views
asked 4 days ago
Hi all, I’m currently using the following method to retrieve AWS HTTP/RESTful API call counts: ``` import boto3 from datetime import datetime cloudwatch = boto3.client('cloudwatch') apigateway = bo...
1
answers
0
votes
38
views
asked 9 days ago
When I invoke my HTTP API on API Gateway, it forwards the request to my Lambda function, which executes and returns a response. What exactly does API Gateway do with this response? Does it pass it dir...
2
answers
0
votes
64
views
profile picture
asked 9 days ago
Hi, I’m working on an application where the frontend is a static React app, and the backend is an API Gateway with Lambda functions. For authentication, I’m using Amazon Cognito with a Single User Poo...
1
answers
0
votes
12
views
asked 10 days ago
**Title:** Monitor & Alert on 10M Combined Invocations Across 5,000 API Gateway and DynamoDB Resources — Feasibility and Cost **Descriptioan:** I want to create an alert that notifies me when the to...
2
answers
0
votes
48
views
asked 10 days ago
I'm trying to send a StartQuery action to CloudWatch Logs API but all I get is <UnknownOperationException/> returned in the API Gateway Test console. The purpose of the API gateway resource method is...
1
answers
0
votes
5
views
asked 11 days ago
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 ...
0
answers
0
votes
39
views
asked 12 days 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
47
views
asked 12 days 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
60
views
asked 13 days 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
53
views
asked 13 days 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
72
views
asked 18 days 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
64
views
asked 20 days ago