By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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 up to 5 tags to filter
Sort by most recent
1874 results
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...
1
answers
0
votes
175
views
asked 2 months ago
return { 'statusCode': 200, 'headers': { 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': '*', 'Access-Contro...
1
answers
0
votes
59
views
asked 2 months ago
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 ...
1
answers
0
votes
149
views
asked 2 months ago
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...
1
answers
0
votes
63
views
asked 2 months ago
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...
3
answers
0
votes
81
views
asked 2 months ago
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 ...
1
answers
0
votes
52
views
asked 2 months ago
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...
1
answers
0
votes
46
views
asked 2 months ago
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...
2
answers
0
votes
49
views
asked 2 months ago
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...
1
answers
0
votes
60
views
asked 2 months ago
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...
1
answers
0
votes
69
views
asked 2 months ago
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...
3
answers
0
votes
105
views
asked 2 months ago
I want to create a resource policy for API Gateway that block all GET calls to `myapi1` expect calls to `myapi1/status` and `myapi1/v1/*` sub-paths. Based on the documentation (https://docs.aws.amazo...
Accepted AnswerAmazon API Gateway
1
answers
0
votes
100
views
asked 2 months ago