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.
Hello re:Post Community,
I am encountering an issue with an API Gateway endpoint integrated with a Lambda function, which until recently was functioning without any problems. I'm hoping to gain some...
I have following Cloudwatch alarms:
Alarm1 - Api Count <= 0 for 1 datapoints within 30 minutes
Alarm2 - Api Count <= 0 for 1 datapoints within 1 hour
At 12pm, I send an Api call.
Alarm1 and Alarm2 go...
Hi AWS Community,
I am experiencing a discrepancy in the throttling limits for my API Gateway and I need some assistance in understanding and resolving this issue.
In the AWS Service Quotas section,...
I am encountering an error when attempting to invoke an API Gateway endpoint from Amazon EventBridge. Despite configuring the IAM policy and resource policy for API Gateway correctly, I am still...
I have a golang lambda, behind an api gateway, using the Lambda proxy integration. The api gateway uses and authorizer backed by a cognito user pool.
When looking at the request that comes through to...
I have time consuming request API gateway request.
I have increased "Maximum integration timeout in milliseconds" upto 50 seconds, but it fails by other reason after 30-31s seconds with the following...
Hello,
I build an API Gateway with a Lambda Integration. I need that the gateway to add HTTP parameters, transparent for the users (on the server side), for each route. I see that this can be done...
Hello, I’ve been trying for a long time to access AWS API service directly from Microsoft Excel. I am using native VBA in Microsoft Excel and having trouble making the connection to pass the correct...
I have an API Gateway which starts execution of State Machine and it runs command on EC2 through SSM Automation.
Everything is X-Ray traced and now I wanna add tracing to some python script run...
Could you help me to find out how can I increase API gateway timeout limit on more than 29 seconds, please?
According to the following articles it is possible, but I can not figure out how to do...
I have a canary for an API GATEWAY. In this canary I have multiple steps, create a record via POST and do a GET method and clean up via DELETE method. DELETE method contains a body and always giving...
Using CDK, I am trying to configure an HTTP API Gateway integration that will proxy traffic to an ECS Service using Cloud Map and Service Connect. I need to specify the ARN of a service discovery...