Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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 up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1779 results
We are using API gateway to get data from redshift and send it to third party application. Lets say the requirement is to use "Select * " on a table and exposing the whole data which is huge to the t...
Hi all,
I have a VPC with an ALB in it which is listening to HTTPS on a custom domain name. Behind this, I have an API Gateway and an EC2 instance. These both talk to services in a private subnet and...
return {
'statusCode': 200,
'headers': {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': '*',
'Access-Contro...
I suspect this is something I've omitted to configure, but I can't find anything recent - e.g. some past posts reference changing API Resources, which no longer exist on the current platform.
I have ...
Hello everybody.
I made a simple application in javasctipt that call a POST REST API in API Gateway. The autorization is through a user pool I configured in Cognito. I do the authentication through m...
As per the documentation at https://docs.aws.amazon.com/general/latest/gr/apigateway.html (accessed 18th Oct 2024), each region should have an API Gateway *control plane* VPC endpoint service. For exa...
we want calculate the Availability of API in the API Gateway, we are using the formula for calculation (Total request count - 5xx/Total Request count ) metric but we have challenge that error code ...
Hello,
Could you please specify why an alarm for an API Gateway, `default ` stage, that has `Detailed route metrics` enabled in `Monitor->Metrics` section, has the message: `Insufficient data` for se...
I pushed a new lamdba function through amplify push and the api was created using amplify cli (amplify add api). I get this error in the API Gateway Trigger
The API with ID <randomid> doesn’t include...
We have an API Gateway API named proxy-prod. However, Cloudwatch shows no metrics for that API, instead showing metrics for just proxy. Proxy was the API's old name before we started adding the envi...
Hello,
Please see below an event among an HTTP API Gateway and a custom java Lambda Authorizer. The request is sent to authorizer, but when cache is disabled, all fields are empty (version is 0) fo...
Hi Team,
I have added a resource policy to my API Gateway that restricts access to calls made only from a specific account, as well as the account where the API Gateway itself resides (to allow calls...