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
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...
qq: S3 Object Lambda Access points. Has anyone successfully integrated one with API Gateway REST GET method? When I try to Test this using the object lambda alias via the API then all I get is ...
Hi team, I have an API gateway connected to a Lambda function
The response from Lambda is:
```
{"statusCode":400,"body":"{\"errorType\":\"UserLambdaValidationException\",\"err\":\"PreSignUp failed...