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....
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...
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...
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...
**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...
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...
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...